#B06BBE

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

Shades of Medium Orchid #B06BBE

Tints of Medium Orchid #B06BBE

Color information

#B06BBE (or 0xB06BBE) is unknown color: approx Medium Orchid. HEX triplet: B0, 6B and BE. RGB value is (176,107,190). Sum of RGB (Red+Green+Blue) = 176+107+190=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BBE is #4F9441. Grayscale: #888888. Windows color (decimal): -5215298 or 12479408. OLE color: 12479408.

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

Color convert

RGB176107190-
CMYK0.070.4400.25
HSL289.88º38.97%58.24%-
HSV(B)289.88º43.68%74.51%-
XYZ32.4623.4651.53-
YUV137.09157.86155.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=37.21%
G=22.62%
B=40.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761071900.070.4400.25289.8838.9758.24
HexB06BBE72C019122273a
Octal2601532767540314424772
Binary10110000110101110111110111101100011001100100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BBE; }

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

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

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

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

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

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

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

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