#B96FE1

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

Shades of Medium Orchid #B96FE1

Tints of Medium Orchid #B96FE1

Color information

#B96FE1 (or 0xB96FE1) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and E1. RGB value is (185,111,225). Sum of RGB (Red+Green+Blue) = 185+111+225=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #B96FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE1 is #46901E. Grayscale: #919191. Windows color (decimal): -4624415 or 14774201. OLE color: 14774201.

HSL color Cylindrical-coordinate representation of color #B96FE1: hue angle of 278.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96FE1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185111225-
CMYK0.180.5100.12
HSL278.95º65.52%65.88%-
HSV(B)278.95º50.67%88.24%-
XYZ39.2827.1274.4-
YUV146.12172.52155.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=35.51%
G=21.31%
B=43.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851112250.180.5100.12278.9565.5265.88
HexB96FE112330C1174242
Octal2711573412263014427102102
Binary10111001110111111100001100101100110110010001011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FE1; }

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

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

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

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

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

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

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

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