Shades of Medium Orchid #B258DA
Tints of Medium Orchid #B258DA
RGB
CMYK
RGB Variations
Color information
#B258DA (or 0xB258DA) is known color: Medium Orchid. HEX triplet: B2, 58 and DA. RGB value is (178,88,218). Sum of RGB (Red+Green+Blue) = 178+88+218=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B258DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258DA is #4DA725. Grayscale: #818181. Windows color (decimal): -5089062 or 14309554. OLE color: 14309554.
HSL color Cylindrical-coordinate representation of color #B258DA: hue angle of 281.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B258DA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 88 | 218 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.15 |
| HSL | 281.54º | 0.64% | 0.6% | - |
| HSV(B) | 281.54º | 0.6% | 0.85% | - |
| XYZ | 34.5 | 21.51 | 68.66 | - |
| YUV | 129.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 218 | 0.18 | 0.60 | 0 | 0.15 | 281.54 | 0.64 | 0.6 |
| Hex | B2 | 58 | DA | 12 | 3C | 0 | F | 11A | 40 | 3C |
| Octal | 262 | 130 | 332 | 22 | 74 | 0 | 17 | 432 | 100 | 74 |
| Binary | 10110010 | 1011000 | 11011010 | 10010 | 111100 | 0 | 1111 | 100011010 | 1000000 | 111100 |
Color Harmonies of #B258DA
Complementary color
Monochromatic Colors of #B258DA
Black with #B258DA
Text Example
Text Example
White with #B258DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258DA; }
p { color: rgb(178,88,218); }
H1.HeaderClassName
{
color: #B258DA;
}
.AnyTagClassName
{
color: #B258DA;
}
</style>
background-color css
<style>
a { background-color: #B258DA; }
a { background-color: rgb(178,88,218); }
div.DivClassName
{
background-color: #B258DA;
}
.BgClassName
{
background-color: #B258DA;
}
</style>
border-color css
<style>
span { border-color: #B258DA; }
span { border-color: rgb(178,88,218); }
td.TdClassName
{
border-color: #B258DA;
}
.TagClassName
{
border-color: #B258DA;
}
</style>