#B96FF0

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

Shades of Medium Orchid #B96FF0

Tints of Medium Orchid #B96FF0

Color information

#B96FF0 (or 0xB96FF0) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and F0. RGB value is (185,111,240). Sum of RGB (Red+Green+Blue) = 185+111+240=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #B96FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF0 is #46900F. Grayscale: #939393. Windows color (decimal): -4624400 or 15757241. OLE color: 15757241.

HSL color Cylindrical-coordinate representation of color #B96FF0: hue angle of 274.42º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96FF0 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185111240-
CMYK0.230.5400.06
HSL274.42º81.13%68.82%-
HSV(B)274.42º53.75%94.12%-
XYZ41.4227.9785.65-
YUV147.83180.02154.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 240 (94.14% from 255) = 44.78%
R=34.51%
G=20.71%
B=44.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851112400.230.5400.06274.4281.1368.82
HexB96FF01736061125145
Octal271157360276606422121105
Binary1011100111011111111000010111110110011010001001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FF0; }

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

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

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

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

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

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

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

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