Shades of Medium Orchid #B452D6
Tints of Medium Orchid #B452D6
RGB
CMYK
RGB Variations
Color information
#B452D6 (or 0xB452D6) is known color: Medium Orchid. HEX triplet: B4, 52 and D6. RGB value is (180,82,214). Sum of RGB (Red+Green+Blue) = 180+82+214=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #B452D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452D6 is #4BAD29. Grayscale: #7D7D7D. Windows color (decimal): -4959530 or 14045876. OLE color: 14045876.
HSL color Cylindrical-coordinate representation of color #B452D6: hue angle of 284.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B452D6 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 82 | 214 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.16 |
| HSL | 284.55º | 0.62% | 0.58% | - |
| HSV(B) | 284.55º | 0.62% | 0.84% | - |
| XYZ | 33.98 | 20.59 | 65.8 | - |
| YUV | 126.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 214 | 0.16 | 0.62 | 0 | 0.16 | 284.55 | 0.62 | 0.58 |
| Hex | B4 | 52 | D6 | 10 | 3E | 0 | 10 | 11D | 3E | 3A |
| Octal | 264 | 122 | 326 | 20 | 76 | 0 | 20 | 435 | 76 | 72 |
| Binary | 10110100 | 1010010 | 11010110 | 10000 | 111110 | 0 | 10000 | 100011101 | 111110 | 111010 |
Color Harmonies of #B452D6
Complementary color
Monochromatic Colors of #B452D6
Black with #B452D6
Text Example
Text Example
White with #B452D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452D6; }
p { color: rgb(180,82,214); }
H1.HeaderClassName
{
color: #B452D6;
}
.AnyTagClassName
{
color: #B452D6;
}
</style>
background-color css
<style>
a { background-color: #B452D6; }
a { background-color: rgb(180,82,214); }
div.DivClassName
{
background-color: #B452D6;
}
.BgClassName
{
background-color: #B452D6;
}
</style>
border-color css
<style>
span { border-color: #B452D6; }
span { border-color: rgb(180,82,214); }
td.TdClassName
{
border-color: #B452D6;
}
.TagClassName
{
border-color: #B452D6;
}
</style>