Shades of Medium Orchid #B452DC
Tints of Medium Orchid #B452DC
RGB
CMYK
RGB Variations
Color information
#B452DC (or 0xB452DC) is known color: Medium Orchid. HEX triplet: B4, 52 and DC. RGB value is (180,82,220). Sum of RGB (Red+Green+Blue) = 180+82+220=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B452DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DC is #4BAD23. Grayscale: #7E7E7E. Windows color (decimal): -4959524 or 14439092. OLE color: 14439092.
HSL color Cylindrical-coordinate representation of color #B452DC: hue angle of 282.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B452DC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 82 | 220 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.14 |
| HSL | 282.61º | 0.66% | 0.59% | - |
| HSV(B) | 282.61º | 0.63% | 0.86% | - |
| XYZ | 34.76 | 20.91 | 69.91 | - |
| YUV | 127.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 220 | 0.18 | 0.63 | 0 | 0.14 | 282.61 | 0.66 | 0.59 |
| Hex | B4 | 52 | DC | 12 | 3F | 0 | E | 11B | 42 | 3B |
| Octal | 264 | 122 | 334 | 22 | 77 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110100 | 1010010 | 11011100 | 10010 | 111111 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B452DC
Complementary color
Monochromatic Colors of #B452DC
Black with #B452DC
Text Example
Text Example
White with #B452DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452DC; }
p { color: rgb(180,82,220); }
H1.HeaderClassName
{
color: #B452DC;
}
.AnyTagClassName
{
color: #B452DC;
}
</style>
background-color css
<style>
a { background-color: #B452DC; }
a { background-color: rgb(180,82,220); }
div.DivClassName
{
background-color: #B452DC;
}
.BgClassName
{
background-color: #B452DC;
}
</style>
border-color css
<style>
span { border-color: #B452DC; }
span { border-color: rgb(180,82,220); }
td.TdClassName
{
border-color: #B452DC;
}
.TagClassName
{
border-color: #B452DC;
}
</style>