#B96FEA

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

Shades of Medium Orchid #B96FEA

Tints of Medium Orchid #B96FEA

Color information

#B96FEA (or 0xB96FEA) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and EA. RGB value is (185,111,234). Sum of RGB (Red+Green+Blue) = 185+111+234=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #B96FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FEA is #469015. Grayscale: #929292. Windows color (decimal): -4624406 or 15364025. OLE color: 15364025.

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

Color convert

RGB185111234-
CMYK0.210.5300.08
HSL276.1º74.55%67.65%-
HSV(B)276.1º52.56%91.76%-
XYZ40.5427.6281.04-
YUV147.15177.02155-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=34.91%
G=20.94%
B=44.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851112340.210.5300.08276.174.5567.65
HexB96FEA1535081144b44
Octal2711573522565010424113104
Binary10111001110111111101010101011101010100010001010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FEA; }

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

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

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

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

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

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

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

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