#b96bea

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

Shades of Medium Orchid #B96BEA

Tints of Medium Orchid #B96BEA

Color information

#B96BEA (or 0xB96BEA) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and EA. RGB value is (185,107,234). Sum of RGB (Red+Green+Blue) = 185+107+234=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #B96BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BEA is #469415. Grayscale: #909090. Windows color (decimal): -4625430 or 15363001. OLE color: 15363001.

HSL color Cylindrical-coordinate representation of color #B96BEA: hue angle of 276.85º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96BEA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185107234-
CMYK0.210.5400.08
HSL276.85º75.15%66.86%-
HSV(B)276.85º54.27%91.76%-
XYZ40.1226.7780.89-
YUV144.8178.34156.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=35.17%
G=20.34%
B=44.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851072340.210.5400.08276.8575.1566.86
HexB96BEA1536081154b43
Octal2711533522566010425113103
Binary10111001110101111101010101011101100100010001010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96bea; }

 p { color: rgb(185,107,234); }

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

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

 a { background-color: rgb(185,107,234); }

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

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

 span { border-color: rgb(185,107,234); }

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