#B96CF0

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

Shades of Medium Orchid #B96CF0

Tints of Medium Orchid #B96CF0

Color information

#B96CF0 (or 0xB96CF0) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and F0. RGB value is (185,108,240). Sum of RGB (Red+Green+Blue) = 185+108+240=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #B96CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF0 is #46930F. Grayscale: #919191. Windows color (decimal): -4625168 or 15756473. OLE color: 15756473.

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

Color convert

RGB185108240-
CMYK0.230.5500.06
HSL275º81.48%68.24%-
HSV(B)275º55%94.12%-
XYZ41.127.3385.55-
YUV146.07181.01155.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=34.71%
G=20.26%
B=45.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851082400.230.5500.0627581.4868.24
HexB96CF01737061135144
Octal271154360276706423121104
Binary1011100111011001111000010111110111011010001001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CF0; }

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

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

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

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

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

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

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

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