#B46CDD

Color #B46CDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B46CDD

Tints of Medium Orchid #B46CDD

Color information

#B46CDD (or 0xB46CDD) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and DD. RGB value is (180,108,221). Sum of RGB (Red+Green+Blue) = 180+108+221=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDD is #4B9322. Grayscale: #8E8E8E. Windows color (decimal): -4952867 or 14511284. OLE color: 14511284.

HSL color Cylindrical-coordinate representation of color #B46CDD: hue angle of 278.23º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46CDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180108221-
CMYK0.190.5100.13
HSL278.23º62.43%64.51%-
HSV(B)278.23º51.13%86.67%-
XYZ37.2425.6571.39-
YUV142.41172.35154.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=35.36%
G=21.22%
B=43.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801082210.190.5100.13278.2362.4364.51
HexB46CDD13330D1163e41
Octal264154335236301542676101
Binary1011010011011001101110110011110011011011000101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CDD; }

 p { color: rgb(180,108,221); }

 H1.HeaderClassName
 {
   color: #B46CDD;
 }
 .AnyTagClassName
 {
   color: #B46CDD;
 }
</style>
background-color css

<style>
 a { background-color: #B46CDD; }

 a { background-color: rgb(180,108,221); }

 div.DivClassName
 {
   background-color: #B46CDD;
 }
 .BgClassName
 {
   background-color: #B46CDD;
 }
</style>
border-color css

<style>
 span { border-color: #B46CDD; }

 span { border-color: rgb(180,108,221); }

 td.TdClassName
 {
   border-color: #B46CDD;
 }
 .TagClassName
 {
   border-color: #B46CDD;
 }
</style>