Shades of Medium Orchid #B96CF2
Tints of Medium Orchid #B96CF2
RGB
CMYK
RGB Variations
Color information
#B96CF2 (or 0xB96CF2) is known color: Medium Orchid. HEX triplet: B9, 6C and F2. RGB value is (185,108,242). Sum of RGB (Red+Green+Blue) = 185+108+242=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF2 is #46930D. Grayscale: #919191. Windows color (decimal): -4625166 or 15887545. OLE color: 15887545.
HSL color Cylindrical-coordinate representation of color #B96CF2: hue angle of 274.48º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96CF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 108 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 274.48º | 0.84% | 0.69% | - |
| HSV(B) | 274.48º | 0.55% | 0.95% | - |
| XYZ | 41.4 | 27.45 | 87.12 | - |
| YUV | 146.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 242 | 0.24 | 0.55 | 0 | 0.05 | 274.48 | 0.84 | 0.69 |
| Hex | B9 | 6C | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 271 | 154 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10111001 | 1101100 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B96CF2
Complementary color
Monochromatic Colors of #B96CF2
Black with #B96CF2
Text Example
Text Example
White with #B96CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CF2; }
p { color: rgb(185,108,242); }
H1.HeaderClassName
{
color: #B96CF2;
}
.AnyTagClassName
{
color: #B96CF2;
}
</style>
background-color css
<style>
a { background-color: #B96CF2; }
a { background-color: rgb(185,108,242); }
div.DivClassName
{
background-color: #B96CF2;
}
.BgClassName
{
background-color: #B96CF2;
}
</style>
border-color css
<style>
span { border-color: #B96CF2; }
span { border-color: rgb(185,108,242); }
td.TdClassName
{
border-color: #B96CF2;
}
.TagClassName
{
border-color: #B96CF2;
}
</style>