Shades of Medium Orchid #B451D4
Tints of Medium Orchid #B451D4
RGB
CMYK
RGB Variations
Color information
#B451D4 (or 0xB451D4) is known color: Medium Orchid. HEX triplet: B4, 51 and D4. RGB value is (180,81,212). Sum of RGB (Red+Green+Blue) = 180+81+212=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #B451D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451D4 is #4BAE2B. Grayscale: #7D7D7D. Windows color (decimal): -4959788 or 13914548. OLE color: 13914548.
HSL color Cylindrical-coordinate representation of color #B451D4: hue angle of 285.34º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B451D4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 81 | 212 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.17 |
| HSL | 285.34º | 0.6% | 0.57% | - |
| HSV(B) | 285.34º | 0.62% | 0.83% | - |
| XYZ | 33.65 | 20.34 | 64.44 | - |
| YUV | 125.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 212 | 0.15 | 0.62 | 0 | 0.17 | 285.34 | 0.6 | 0.57 |
| Hex | B4 | 51 | D4 | F | 3E | 0 | 11 | 11D | 3C | 39 |
| Octal | 264 | 121 | 324 | 17 | 76 | 0 | 21 | 435 | 74 | 71 |
| Binary | 10110100 | 1010001 | 11010100 | 1111 | 111110 | 0 | 10001 | 100011101 | 111100 | 111001 |
Color Harmonies of #B451D4
Complementary color
Monochromatic Colors of #B451D4
Black with #B451D4
Text Example
Text Example
White with #B451D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451D4; }
p { color: rgb(180,81,212); }
H1.HeaderClassName
{
color: #B451D4;
}
.AnyTagClassName
{
color: #B451D4;
}
</style>
background-color css
<style>
a { background-color: #B451D4; }
a { background-color: rgb(180,81,212); }
div.DivClassName
{
background-color: #B451D4;
}
.BgClassName
{
background-color: #B451D4;
}
</style>
border-color css
<style>
span { border-color: #B451D4; }
span { border-color: rgb(180,81,212); }
td.TdClassName
{
border-color: #B451D4;
}
.TagClassName
{
border-color: #B451D4;
}
</style>