#B46FDE

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

Shades of Medium Orchid #B46FDE

Tints of Medium Orchid #B46FDE

Color information

#B46FDE (or 0xB46FDE) is unknown color: approx Medium Orchid. HEX triplet: B4, 6F and DE. RGB value is (180,111,222). Sum of RGB (Red+Green+Blue) = 180+111+222=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #B46FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FDE is #4B9021. Grayscale: #8F8F8F. Windows color (decimal): -4952098 or 14577588. OLE color: 14577588.

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

Color convert

RGB180111222-
CMYK0.190.500.13
HSL277.3º62.71%65.29%-
HSV(B)277.3º50%87.06%-
XYZ37.6926.3572.21-
YUV144.28171.86153.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=35.09%
G=21.64%
B=43.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801112220.190.500.13277.362.7165.29
HexB46FDE13320D1153f41
Octal264157336236201542577101
Binary1011010011011111101111010011110010011011000101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FDE; }

 p { color: rgb(180,111,222); }

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

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

 a { background-color: rgb(180,111,222); }

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

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

 span { border-color: rgb(180,111,222); }

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