#B06DCB

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

Shades of Medium Orchid #B06DCB

Tints of Medium Orchid #B06DCB

Color information

#B06DCB (or 0xB06DCB) is unknown color: approx Medium Orchid. HEX triplet: B0, 6D and CB. RGB value is (176,109,203). Sum of RGB (Red+Green+Blue) = 176+109+203=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DCB is #4F9234. Grayscale: #8B8B8B. Windows color (decimal): -5214773 or 13331888. OLE color: 13331888.

HSL color Cylindrical-coordinate representation of color #B06DCB: hue angle of 282.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06DCB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176109203-
CMYK0.130.4600.20
HSL282.77º47.47%61.18%-
HSV(B)282.77º46.31%79.61%-
XYZ34.1524.4859.42-
YUV139.75163.7153.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=36.07%
G=22.34%
B=41.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761092030.130.4600.20282.7747.4761.18
HexB06DCBD2E01411b2f3d
Octal26015531315560244335775
Binary101100001101101110010111101101110010100100011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DCB; }

 p { color: rgb(176,109,203); }

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

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

 a { background-color: rgb(176,109,203); }

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

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

 span { border-color: rgb(176,109,203); }

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