Shades of Medium Orchid #B951F2
Tints of Medium Orchid #B951F2
RGB
CMYK
RGB Variations
Color information
#B951F2 (or 0xB951F2) is known color: Medium Orchid. HEX triplet: B9, 51 and F2. RGB value is (185,81,242). Sum of RGB (Red+Green+Blue) = 185+81+242=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #B951F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951F2 is #46AE0D. Grayscale: #818181. Windows color (decimal): -4632078 or 15880633. OLE color: 15880633.
HSL color Cylindrical-coordinate representation of color #B951F2: hue angle of 278.76º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B951F2 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 81 | 242 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.05 |
| HSL | 278.76º | 0.86% | 0.63% | - |
| HSV(B) | 278.76º | 0.67% | 0.95% | - |
| XYZ | 38.98 | 22.61 | 86.31 | - |
| YUV | 130.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 242 | 0.24 | 0.67 | 0 | 0.05 | 278.76 | 0.86 | 0.63 |
| Hex | B9 | 51 | F2 | 18 | 43 | 0 | 5 | 117 | 56 | 3F |
| Octal | 271 | 121 | 362 | 30 | 103 | 0 | 5 | 427 | 126 | 77 |
| Binary | 10111001 | 1010001 | 11110010 | 11000 | 1000011 | 0 | 101 | 100010111 | 1010110 | 111111 |
Color Harmonies of #B951F2
Complementary color
Monochromatic Colors of #B951F2
Black with #B951F2
Text Example
Text Example
White with #B951F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951F2; }
p { color: rgb(185,81,242); }
H1.HeaderClassName
{
color: #B951F2;
}
.AnyTagClassName
{
color: #B951F2;
}
</style>
background-color css
<style>
a { background-color: #B951F2; }
a { background-color: rgb(185,81,242); }
div.DivClassName
{
background-color: #B951F2;
}
.BgClassName
{
background-color: #B951F2;
}
</style>
border-color css
<style>
span { border-color: #B951F2; }
span { border-color: rgb(185,81,242); }
td.TdClassName
{
border-color: #B951F2;
}
.TagClassName
{
border-color: #B951F2;
}
</style>