#B06CBF

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

Shades of Medium Orchid #B06CBF

Tints of Medium Orchid #B06CBF

Color information

#B06CBF (or 0xB06CBF) is unknown color: approx Medium Orchid. HEX triplet: B0, 6C and BF. RGB value is (176,108,191). Sum of RGB (Red+Green+Blue) = 176+108+191=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B06CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CBF is #4F9340. Grayscale: #898989. Windows color (decimal): -5215041 or 12545200. OLE color: 12545200.

HSL color Cylindrical-coordinate representation of color #B06CBF: hue angle of 289.16º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06CBF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176108191-
CMYK0.080.4300.25
HSL289.16º39.34%58.63%-
HSV(B)289.16º43.46%74.9%-
XYZ32.6723.7252.15-
YUV137.79158.03155.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 191 (75% from 255) = 40.21%
R=37.05%
G=22.74%
B=40.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761081910.080.4300.25289.1639.3458.63
HexB06CBF82B019121273b
Octal26015427710530314414773
Binary101100001101100101111111000101011011001100100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CBF; }

 p { color: rgb(176,108,191); }

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

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

 a { background-color: rgb(176,108,191); }

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

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

 span { border-color: rgb(176,108,191); }

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