#B06DBE

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

Shades of Medium Orchid #B06DBE

Tints of Medium Orchid #B06DBE

Color information

#B06DBE (or 0xB06DBE) is unknown color: approx Medium Orchid. HEX triplet: B0, 6D and BE. RGB value is (176,109,190). Sum of RGB (Red+Green+Blue) = 176+109+190=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DBE is #4F9241. Grayscale: #8A8A8A. Windows color (decimal): -5214786 or 12479920. OLE color: 12479920.

HSL color Cylindrical-coordinate representation of color #B06DBE: hue angle of 289.63º degrees, saturation: 0.38, 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 #B06DBE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176109190-
CMYK0.070.4300.25
HSL289.63º38.39%58.63%-
HSV(B)289.63º42.63%74.51%-
XYZ32.6723.8951.6-
YUV138.27157.2154.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 190 (74.61% from 255) = 40%
R=37.05%
G=22.95%
B=40%

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
Decimal1761091900.070.4300.25289.6338.3958.63
HexB06DBE72B019122263b
Octal2601552767530314424673
Binary10110000110110110111110111101011011001100100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DBE; }

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

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

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

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

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

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

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

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