Shades of Medium Orchid #B258DB
Tints of Medium Orchid #B258DB
RGB
CMYK
RGB Variations
Color information
#B258DB (or 0xB258DB) is known color: Medium Orchid. HEX triplet: B2, 58 and DB. RGB value is (178,88,219). Sum of RGB (Red+Green+Blue) = 178+88+219=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B258DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258DB is #4DA724. Grayscale: #818181. Windows color (decimal): -5089061 or 14375090. OLE color: 14375090.
HSL color Cylindrical-coordinate representation of color #B258DB: hue angle of 281.22º 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 #B258DB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 88 | 219 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.14 |
| HSL | 281.22º | 0.65% | 0.6% | - |
| HSV(B) | 281.22º | 0.6% | 0.86% | - |
| XYZ | 34.64 | 21.56 | 69.35 | - |
| YUV | 129.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 219 | 0.19 | 0.60 | 0 | 0.14 | 281.22 | 0.65 | 0.6 |
| Hex | B2 | 58 | DB | 13 | 3C | 0 | E | 119 | 41 | 3C |
| Octal | 262 | 130 | 333 | 23 | 74 | 0 | 16 | 431 | 101 | 74 |
| Binary | 10110010 | 1011000 | 11011011 | 10011 | 111100 | 0 | 1110 | 100011001 | 1000001 | 111100 |
Color Harmonies of #B258DB
Complementary color
Monochromatic Colors of #B258DB
Black with #B258DB
Text Example
Text Example
White with #B258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258DB; }
p { color: rgb(178,88,219); }
H1.HeaderClassName
{
color: #B258DB;
}
.AnyTagClassName
{
color: #B258DB;
}
</style>
background-color css
<style>
a { background-color: #B258DB; }
a { background-color: rgb(178,88,219); }
div.DivClassName
{
background-color: #B258DB;
}
.BgClassName
{
background-color: #B258DB;
}
</style>
border-color css
<style>
span { border-color: #B258DB; }
span { border-color: rgb(178,88,219); }
td.TdClassName
{
border-color: #B258DB;
}
.TagClassName
{
border-color: #B258DB;
}
</style>