#B06CBE

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

Shades of Medium Orchid #B06CBE

Tints of Medium Orchid #B06CBE

Color information

#B06CBE (or 0xB06CBE) is unknown color: approx Medium Orchid. HEX triplet: B0, 6C and BE. RGB value is (176,108,190). Sum of RGB (Red+Green+Blue) = 176+108+190=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CBE is #4F9341. Grayscale: #898989. Windows color (decimal): -5215042 or 12479664. OLE color: 12479664.

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

Color convert

RGB176108190-
CMYK0.070.4300.25
HSL289.76º38.68%58.43%-
HSV(B)289.76º43.16%74.51%-
XYZ32.5623.6751.57-
YUV137.68157.53155.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=37.13%
G=22.78%
B=40.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761081900.070.4300.25289.7638.6858.43
HexB06CBE72B019122273a
Octal2601542767530314424772
Binary10110000110110010111110111101011011001100100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CBE; }

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

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

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

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

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

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

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

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