Shades of Medium Orchid #B058DC
Tints of Medium Orchid #B058DC
RGB
CMYK
RGB Variations
Color information
#B058DC (or 0xB058DC) is known color: Medium Orchid. HEX triplet: B0, 58 and DC. RGB value is (176,88,220). Sum of RGB (Red+Green+Blue) = 176+88+220=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B058DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DC is #4FA723. Grayscale: #808080. Windows color (decimal): -5220132 or 14440624. OLE color: 14440624.
HSL color Cylindrical-coordinate representation of color #B058DC: hue angle of 280º 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 #B058DC is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 88 | 220 | - |
| CMYK | 0.2 | 0.6 | 0 | 0.14 |
| HSL | 280º | 0.65% | 0.6% | - |
| HSV(B) | 280º | 0.6% | 0.86% | - |
| XYZ | 34.31 | 21.38 | 70.03 | - |
| YUV | 129.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 220 | 0.2 | 0.6 | 0 | 0.14 | 280 | 0.65 | 0.6 |
| Hex | B0 | 58 | DC | 14 | 3C | 0 | E | 118 | 41 | 3C |
| Octal | 260 | 130 | 334 | 24 | 74 | 0 | 16 | 430 | 101 | 74 |
| Binary | 10110000 | 1011000 | 11011100 | 10100 | 111100 | 0 | 1110 | 100011000 | 1000001 | 111100 |
Color Harmonies of #B058DC
Complementary color
Monochromatic Colors of #B058DC
Black with #B058DC
Text Example
Text Example
White with #B058DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058DC; }
p { color: rgb(176,88,220); }
H1.HeaderClassName
{
color: #B058DC;
}
.AnyTagClassName
{
color: #B058DC;
}
</style>
background-color css
<style>
a { background-color: #B058DC; }
a { background-color: rgb(176,88,220); }
div.DivClassName
{
background-color: #B058DC;
}
.BgClassName
{
background-color: #B058DC;
}
</style>
border-color css
<style>
span { border-color: #B058DC; }
span { border-color: rgb(176,88,220); }
td.TdClassName
{
border-color: #B058DC;
}
.TagClassName
{
border-color: #B058DC;
}
</style>