Shades of Medium Orchid #B951FD
Tints of Medium Orchid #B951FD
RGB
CMYK
RGB Variations
Color information
#B951FD (or 0xB951FD) is known color: Medium Orchid. HEX triplet: B9, 51 and FD. RGB value is (185,81,253). Sum of RGB (Red+Green+Blue) = 185+81+253=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #B951FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951FD is #46AE02. Grayscale: #838383. Windows color (decimal): -4632067 or 16601529. OLE color: 16601529.
HSL color Cylindrical-coordinate representation of color #B951FD: hue angle of 276.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B951FD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 81 | 253 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.01 |
| HSL | 276.28º | 0.98% | 0.65% | - |
| HSV(B) | 276.28º | 0.68% | 0.99% | - |
| XYZ | 40.68 | 23.29 | 95.28 | - |
| YUV | 131.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 253 | 0.27 | 0.68 | 0 | 0.01 | 276.28 | 0.98 | 0.65 |
| Hex | B9 | 51 | FD | 1B | 44 | 0 | 1 | 114 | 62 | 41 |
| Octal | 271 | 121 | 375 | 33 | 104 | 0 | 1 | 424 | 142 | 101 |
| Binary | 10111001 | 1010001 | 11111101 | 11011 | 1000100 | 0 | 1 | 100010100 | 1100010 | 1000001 |
Color Harmonies of #B951FD
Complementary color
Monochromatic Colors of #B951FD
Black with #B951FD
Text Example
Text Example
White with #B951FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951FD; }
p { color: rgb(185,81,253); }
H1.HeaderClassName
{
color: #B951FD;
}
.AnyTagClassName
{
color: #B951FD;
}
</style>
background-color css
<style>
a { background-color: #B951FD; }
a { background-color: rgb(185,81,253); }
div.DivClassName
{
background-color: #B951FD;
}
.BgClassName
{
background-color: #B951FD;
}
</style>
border-color css
<style>
span { border-color: #B951FD; }
span { border-color: rgb(185,81,253); }
td.TdClassName
{
border-color: #B951FD;
}
.TagClassName
{
border-color: #B951FD;
}
</style>