Shades of Medium Orchid #B051FD
Tints of Medium Orchid #B051FD
RGB
CMYK
RGB Variations
Color information
#B051FD (or 0xB051FD) is known color: Medium Orchid. HEX triplet: B0, 51 and FD. RGB value is (176,81,253). Sum of RGB (Red+Green+Blue) = 176+81+253=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #B051FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051FD is #4FAE02. Grayscale: #808080. Windows color (decimal): -5221891 or 16601520. OLE color: 16601520.
HSL color Cylindrical-coordinate representation of color #B051FD: hue angle of 273.14º 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 #B051FD is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 81 | 253 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.01 |
| HSL | 273.14º | 0.98% | 0.65% | - |
| HSV(B) | 273.14º | 0.68% | 0.99% | - |
| XYZ | 38.58 | 22.21 | 95.18 | - |
| YUV | 129.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 253 | 0.30 | 0.68 | 0 | 0.01 | 273.14 | 0.98 | 0.65 |
| Hex | B0 | 51 | FD | 1E | 44 | 0 | 1 | 111 | 62 | 41 |
| Octal | 260 | 121 | 375 | 36 | 104 | 0 | 1 | 421 | 142 | 101 |
| Binary | 10110000 | 1010001 | 11111101 | 11110 | 1000100 | 0 | 1 | 100010001 | 1100010 | 1000001 |
Color Harmonies of #B051FD
Complementary color
Monochromatic Colors of #B051FD
Black with #B051FD
Text Example
Text Example
White with #B051FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051FD; }
p { color: rgb(176,81,253); }
H1.HeaderClassName
{
color: #B051FD;
}
.AnyTagClassName
{
color: #B051FD;
}
</style>
background-color css
<style>
a { background-color: #B051FD; }
a { background-color: rgb(176,81,253); }
div.DivClassName
{
background-color: #B051FD;
}
.BgClassName
{
background-color: #B051FD;
}
</style>
border-color css
<style>
span { border-color: #B051FD; }
span { border-color: rgb(176,81,253); }
td.TdClassName
{
border-color: #B051FD;
}
.TagClassName
{
border-color: #B051FD;
}
</style>