Shades of Medium Orchid #B951FF
Tints of Medium Orchid #B951FF
RGB
CMYK
RGB Variations
Color information
#B951FF (or 0xB951FF) is known color: Medium Orchid. HEX triplet: B9, 51 and FF. RGB value is (185,81,255). Sum of RGB (Red+Green+Blue) = 185+81+255=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B951FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951FF is #46AE00. Grayscale: #838383. Windows color (decimal): -4632065 or 16732601. OLE color: 16732601.
HSL color Cylindrical-coordinate representation of color #B951FF: hue angle of 275.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B951FF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 81 | 255 | - |
| CMYK | 0.27 | 0.68 | 0 | 0 |
| HSL | 275.86º | 1% | 0.66% | - |
| HSV(B) | 275.86º | 0.68% | 1% | - |
| XYZ | 41 | 23.42 | 96.97 | - |
| YUV | 131.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 255 | 0.27 | 0.68 | 0 | 0 | 275.86 | 1 | 0.66 |
| Hex | B9 | 51 | FF | 1B | 44 | 0 | 0 | 114 | 64 | 42 |
| Octal | 271 | 121 | 377 | 33 | 104 | 0 | 0 | 424 | 144 | 102 |
| Binary | 10111001 | 1010001 | 11111111 | 11011 | 1000100 | 0 | 0 | 100010100 | 1100100 | 1000010 |
Color Harmonies of #B951FF
Complementary color
Monochromatic Colors of #B951FF
Black with #B951FF
Text Example
Text Example
White with #B951FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951FF; }
p { color: rgb(185,81,255); }
H1.HeaderClassName
{
color: #B951FF;
}
.AnyTagClassName
{
color: #B951FF;
}
</style>
background-color css
<style>
a { background-color: #B951FF; }
a { background-color: rgb(185,81,255); }
div.DivClassName
{
background-color: #B951FF;
}
.BgClassName
{
background-color: #B951FF;
}
</style>
border-color css
<style>
span { border-color: #B951FF; }
span { border-color: rgb(185,81,255); }
td.TdClassName
{
border-color: #B951FF;
}
.TagClassName
{
border-color: #B951FF;
}
</style>