Shades of Medium Orchid #B452DB
Tints of Medium Orchid #B452DB
RGB
CMYK
RGB Variations
Color information
#B452DB (or 0xB452DB) is known color: Medium Orchid. HEX triplet: B4, 52 and DB. RGB value is (180,82,219). Sum of RGB (Red+Green+Blue) = 180+82+219=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B452DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DB is #4BAD24. Grayscale: #7E7E7E. Windows color (decimal): -4959525 or 14373556. OLE color: 14373556.
HSL color Cylindrical-coordinate representation of color #B452DB: hue angle of 282.92º 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 #B452DB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 82 | 219 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.14 |
| HSL | 282.92º | 0.66% | 0.59% | - |
| HSV(B) | 282.92º | 0.63% | 0.86% | - |
| XYZ | 34.63 | 20.85 | 69.22 | - |
| YUV | 126.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 219 | 0.18 | 0.63 | 0 | 0.14 | 282.92 | 0.66 | 0.59 |
| Hex | B4 | 52 | DB | 12 | 3F | 0 | E | 11B | 42 | 3B |
| Octal | 264 | 122 | 333 | 22 | 77 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110100 | 1010010 | 11011011 | 10010 | 111111 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B452DB
Complementary color
Monochromatic Colors of #B452DB
Black with #B452DB
Text Example
Text Example
White with #B452DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452DB; }
p { color: rgb(180,82,219); }
H1.HeaderClassName
{
color: #B452DB;
}
.AnyTagClassName
{
color: #B452DB;
}
</style>
background-color css
<style>
a { background-color: #B452DB; }
a { background-color: rgb(180,82,219); }
div.DivClassName
{
background-color: #B452DB;
}
.BgClassName
{
background-color: #B452DB;
}
</style>
border-color css
<style>
span { border-color: #B452DB; }
span { border-color: rgb(180,82,219); }
td.TdClassName
{
border-color: #B452DB;
}
.TagClassName
{
border-color: #B452DB;
}
</style>