#B96CF1

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

Shades of Medium Orchid #B96CF1

Tints of Medium Orchid #B96CF1

Color information

#B96CF1 (or 0xB96CF1) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and F1. RGB value is (185,108,241). Sum of RGB (Red+Green+Blue) = 185+108+241=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF1 is #46930E. Grayscale: #919191. Windows color (decimal): -4625167 or 15822009. OLE color: 15822009.

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

Color convert

RGB185108241-
CMYK0.230.5500.05
HSL274.74º82.61%68.43%-
HSV(B)274.74º55.19%94.51%-
XYZ41.2527.3986.33-
YUV146.18181.51155.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=34.64%
G=20.22%
B=45.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851082410.230.5500.05274.7482.6168.43
HexB96CF11737051135344
Octal271154361276705423123104
Binary1011100111011001111000110111110111010110001001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CF1; }

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

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

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

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

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

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

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

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