Shades of Medium Orchid #B452D9
Tints of Medium Orchid #B452D9
RGB
CMYK
RGB Variations
Color information
#B452D9 (or 0xB452D9) is known color: Medium Orchid. HEX triplet: B4, 52 and D9. RGB value is (180,82,217). Sum of RGB (Red+Green+Blue) = 180+82+217=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #B452D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452D9 is #4BAD26. Grayscale: #7E7E7E. Windows color (decimal): -4959527 or 14242484. OLE color: 14242484.
HSL color Cylindrical-coordinate representation of color #B452D9: hue angle of 283.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B452D9 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 82 | 217 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.15 |
| HSL | 283.56º | 0.64% | 0.59% | - |
| HSV(B) | 283.56º | 0.62% | 0.85% | - |
| XYZ | 34.36 | 20.75 | 67.84 | - |
| YUV | 126.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 217 | 0.17 | 0.62 | 0 | 0.15 | 283.56 | 0.64 | 0.59 |
| Hex | B4 | 52 | D9 | 11 | 3E | 0 | F | 11C | 40 | 3B |
| Octal | 264 | 122 | 331 | 21 | 76 | 0 | 17 | 434 | 100 | 73 |
| Binary | 10110100 | 1010010 | 11011001 | 10001 | 111110 | 0 | 1111 | 100011100 | 1000000 | 111011 |
Color Harmonies of #B452D9
Complementary color
Monochromatic Colors of #B452D9
Black with #B452D9
Text Example
Text Example
White with #B452D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452D9; }
p { color: rgb(180,82,217); }
H1.HeaderClassName
{
color: #B452D9;
}
.AnyTagClassName
{
color: #B452D9;
}
</style>
background-color css
<style>
a { background-color: #B452D9; }
a { background-color: rgb(180,82,217); }
div.DivClassName
{
background-color: #B452D9;
}
.BgClassName
{
background-color: #B452D9;
}
</style>
border-color css
<style>
span { border-color: #B452D9; }
span { border-color: rgb(180,82,217); }
td.TdClassName
{
border-color: #B452D9;
}
.TagClassName
{
border-color: #B452D9;
}
</style>