#B06EBE

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

Shades of Medium Orchid #B06EBE

Tints of Medium Orchid #B06EBE

Color information

#B06EBE (or 0xB06EBE) is unknown color: approx Medium Orchid. HEX triplet: B0, 6E and BE. RGB value is (176,110,190). Sum of RGB (Red+Green+Blue) = 176+110+190=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EBE is #4F9141. Grayscale: #8A8A8A. Windows color (decimal): -5214530 or 12480176. OLE color: 12480176.

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

Color convert

RGB176110190-
CMYK0.070.4200.25
HSL289.5º38.1%58.82%-
HSV(B)289.5º42.11%74.51%-
XYZ32.7724.151.64-
YUV138.85156.87154.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=36.97%
G=23.11%
B=39.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761101900.070.4200.25289.538.158.82
HexB06EBE72A019122263b
Octal2601562767520314424673
Binary10110000110111010111110111101010011001100100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EBE; }

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

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

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

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

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

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

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

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