Shades of Medium Orchid #B258DD
Tints of Medium Orchid #B258DD
RGB
CMYK
RGB Variations
Color information
#B258DD (or 0xB258DD) is known color: Medium Orchid. HEX triplet: B2, 58 and DD. RGB value is (178,88,221). Sum of RGB (Red+Green+Blue) = 178+88+221=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B258DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258DD is #4DA722. Grayscale: #818181. Windows color (decimal): -5089059 or 14506162. OLE color: 14506162.
HSL color Cylindrical-coordinate representation of color #B258DD: hue angle of 280.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B258DD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 88 | 221 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.13 |
| HSL | 280.6º | 0.66% | 0.61% | - |
| HSV(B) | 280.6º | 0.6% | 0.87% | - |
| XYZ | 34.9 | 21.66 | 70.75 | - |
| YUV | 130.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 221 | 0.19 | 0.60 | 0 | 0.13 | 280.6 | 0.66 | 0.61 |
| Hex | B2 | 58 | DD | 13 | 3C | 0 | D | 119 | 42 | 3D |
| Octal | 262 | 130 | 335 | 23 | 74 | 0 | 15 | 431 | 102 | 75 |
| Binary | 10110010 | 1011000 | 11011101 | 10011 | 111100 | 0 | 1101 | 100011001 | 1000010 | 111101 |
Color Harmonies of #B258DD
Complementary color
Monochromatic Colors of #B258DD
Black with #B258DD
Text Example
Text Example
White with #B258DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258DD; }
p { color: rgb(178,88,221); }
H1.HeaderClassName
{
color: #B258DD;
}
.AnyTagClassName
{
color: #B258DD;
}
</style>
background-color css
<style>
a { background-color: #B258DD; }
a { background-color: rgb(178,88,221); }
div.DivClassName
{
background-color: #B258DD;
}
.BgClassName
{
background-color: #B258DD;
}
</style>
border-color css
<style>
span { border-color: #B258DD; }
span { border-color: rgb(178,88,221); }
td.TdClassName
{
border-color: #B258DD;
}
.TagClassName
{
border-color: #B258DD;
}
</style>