Shades of Medium Orchid #B451D8
Tints of Medium Orchid #B451D8
RGB
CMYK
RGB Variations
Color information
#B451D8 (or 0xB451D8) is known color: Medium Orchid. HEX triplet: B4, 51 and D8. RGB value is (180,81,216). Sum of RGB (Red+Green+Blue) = 180+81+216=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #B451D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451D8 is #4BAE27. Grayscale: #7D7D7D. Windows color (decimal): -4959784 or 14176692. OLE color: 14176692.
HSL color Cylindrical-coordinate representation of color #B451D8: hue angle of 284º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B451D8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 81 | 216 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.15 |
| HSL | 284º | 0.63% | 0.58% | - |
| HSV(B) | 284º | 0.63% | 0.85% | - |
| XYZ | 34.16 | 20.55 | 67.13 | - |
| YUV | 125.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 216 | 0.17 | 0.62 | 0 | 0.15 | 284 | 0.63 | 0.58 |
| Hex | B4 | 51 | D8 | 11 | 3E | 0 | F | 11C | 3F | 3A |
| Octal | 264 | 121 | 330 | 21 | 76 | 0 | 17 | 434 | 77 | 72 |
| Binary | 10110100 | 1010001 | 11011000 | 10001 | 111110 | 0 | 1111 | 100011100 | 111111 | 111010 |
Color Harmonies of #B451D8
Complementary color
Monochromatic Colors of #B451D8
Black with #B451D8
Text Example
Text Example
White with #B451D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451D8; }
p { color: rgb(180,81,216); }
H1.HeaderClassName
{
color: #B451D8;
}
.AnyTagClassName
{
color: #B451D8;
}
</style>
background-color css
<style>
a { background-color: #B451D8; }
a { background-color: rgb(180,81,216); }
div.DivClassName
{
background-color: #B451D8;
}
.BgClassName
{
background-color: #B451D8;
}
</style>
border-color css
<style>
span { border-color: #B451D8; }
span { border-color: rgb(180,81,216); }
td.TdClassName
{
border-color: #B451D8;
}
.TagClassName
{
border-color: #B451D8;
}
</style>