Shades of Medium Orchid #B951F4
Tints of Medium Orchid #B951F4
RGB
CMYK
RGB Variations
Color information
#B951F4 (or 0xB951F4) is known color: Medium Orchid. HEX triplet: B9, 51 and F4. RGB value is (185,81,244). Sum of RGB (Red+Green+Blue) = 185+81+244=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #B951F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951F4 is #46AE0B. Grayscale: #828282. Windows color (decimal): -4632076 or 16011705. OLE color: 16011705.
HSL color Cylindrical-coordinate representation of color #B951F4: hue angle of 278.28º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B951F4 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 81 | 244 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.04 |
| HSL | 278.28º | 0.88% | 0.64% | - |
| HSV(B) | 278.28º | 0.67% | 0.96% | - |
| XYZ | 39.28 | 22.73 | 87.91 | - |
| YUV | 130.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 244 | 0.24 | 0.67 | 0 | 0.04 | 278.28 | 0.88 | 0.64 |
| Hex | B9 | 51 | F4 | 18 | 43 | 0 | 4 | 116 | 58 | 40 |
| Octal | 271 | 121 | 364 | 30 | 103 | 0 | 4 | 426 | 130 | 100 |
| Binary | 10111001 | 1010001 | 11110100 | 11000 | 1000011 | 0 | 100 | 100010110 | 1011000 | 1000000 |
Color Harmonies of #B951F4
Complementary color
Monochromatic Colors of #B951F4
Black with #B951F4
Text Example
Text Example
White with #B951F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951F4; }
p { color: rgb(185,81,244); }
H1.HeaderClassName
{
color: #B951F4;
}
.AnyTagClassName
{
color: #B951F4;
}
</style>
background-color css
<style>
a { background-color: #B951F4; }
a { background-color: rgb(185,81,244); }
div.DivClassName
{
background-color: #B951F4;
}
.BgClassName
{
background-color: #B951F4;
}
</style>
border-color css
<style>
span { border-color: #B951F4; }
span { border-color: rgb(185,81,244); }
td.TdClassName
{
border-color: #B951F4;
}
.TagClassName
{
border-color: #B951F4;
}
</style>