#B069C0

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

Shades of Medium Orchid #B069C0

Tints of Medium Orchid #B069C0

Color information

#B069C0 (or 0xB069C0) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and C0. RGB value is (176,105,192). Sum of RGB (Red+Green+Blue) = 176+105+192=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B069C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069C0 is #4F963F. Grayscale: #878787. Windows color (decimal): -5215808 or 12609968. OLE color: 12609968.

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

Color convert

RGB176105192-
CMYK0.080.4500.25
HSL288.97º40.85%58.24%-
HSV(B)288.97º45.31%75.29%-
XYZ32.4723.1452.62-
YUV136.15159.52156.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=37.21%
G=22.20%
B=40.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761051920.080.4500.25288.9740.8558.24
HexB069C082D019121293a
Octal26015130010550314415172
Binary101100001101001110000001000101101011001100100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069C0; }

 p { color: rgb(176,105,192); }

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

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

 a { background-color: rgb(176,105,192); }

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

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

 span { border-color: rgb(176,105,192); }

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