Shades of Medium Orchid #B458DC
Tints of Medium Orchid #B458DC
RGB
CMYK
RGB Variations
Color information
#B458DC (or 0xB458DC) is known color: Medium Orchid. HEX triplet: B4, 58 and DC. RGB value is (180,88,220). Sum of RGB (Red+Green+Blue) = 180+88+220=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B458DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458DC is #4BA723. Grayscale: #828282. Windows color (decimal): -4957988 or 14440628. OLE color: 14440628.
HSL color Cylindrical-coordinate representation of color #B458DC: hue angle of 281.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B458DC is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 88 | 220 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.14 |
| HSL | 281.82º | 0.65% | 0.6% | - |
| HSV(B) | 281.82º | 0.6% | 0.86% | - |
| XYZ | 35.23 | 21.85 | 70.07 | - |
| YUV | 130.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 220 | 0.18 | 0.6 | 0 | 0.14 | 281.82 | 0.65 | 0.6 |
| Hex | B4 | 58 | DC | 12 | 3C | 0 | E | 11A | 41 | 3C |
| Octal | 264 | 130 | 334 | 22 | 74 | 0 | 16 | 432 | 101 | 74 |
| Binary | 10110100 | 1011000 | 11011100 | 10010 | 111100 | 0 | 1110 | 100011010 | 1000001 | 111100 |
Color Harmonies of #B458DC
Complementary color
Monochromatic Colors of #B458DC
Black with #B458DC
Text Example
Text Example
White with #B458DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458DC; }
p { color: rgb(180,88,220); }
H1.HeaderClassName
{
color: #B458DC;
}
.AnyTagClassName
{
color: #B458DC;
}
</style>
background-color css
<style>
a { background-color: #B458DC; }
a { background-color: rgb(180,88,220); }
div.DivClassName
{
background-color: #B458DC;
}
.BgClassName
{
background-color: #B458DC;
}
</style>
border-color css
<style>
span { border-color: #B458DC; }
span { border-color: rgb(180,88,220); }
td.TdClassName
{
border-color: #B458DC;
}
.TagClassName
{
border-color: #B458DC;
}
</style>