Shades of Medium Orchid #B259DA
Tints of Medium Orchid #B259DA
RGB
CMYK
RGB Variations
Color information
#B259DA (or 0xB259DA) is known color: Medium Orchid. HEX triplet: B2, 59 and DA. RGB value is (178,89,218). Sum of RGB (Red+Green+Blue) = 178+89+218=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #B259DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259DA is #4DA625. Grayscale: #818181. Windows color (decimal): -5088806 or 14309810. OLE color: 14309810.
HSL color Cylindrical-coordinate representation of color #B259DA: hue angle of 281.4º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B259DA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 89 | 218 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.15 |
| HSL | 281.4º | 0.64% | 0.6% | - |
| HSV(B) | 281.4º | 0.59% | 0.85% | - |
| XYZ | 34.59 | 21.67 | 68.69 | - |
| YUV | 130.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 218 | 0.18 | 0.59 | 0 | 0.15 | 281.4 | 0.64 | 0.6 |
| Hex | B2 | 59 | DA | 12 | 3B | 0 | F | 119 | 40 | 3C |
| Octal | 262 | 131 | 332 | 22 | 73 | 0 | 17 | 431 | 100 | 74 |
| Binary | 10110010 | 1011001 | 11011010 | 10010 | 111011 | 0 | 1111 | 100011001 | 1000000 | 111100 |
Color Harmonies of #B259DA
Complementary color
Monochromatic Colors of #B259DA
Black with #B259DA
Text Example
Text Example
White with #B259DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259DA; }
p { color: rgb(178,89,218); }
H1.HeaderClassName
{
color: #B259DA;
}
.AnyTagClassName
{
color: #B259DA;
}
</style>
background-color css
<style>
a { background-color: #B259DA; }
a { background-color: rgb(178,89,218); }
div.DivClassName
{
background-color: #B259DA;
}
.BgClassName
{
background-color: #B259DA;
}
</style>
border-color css
<style>
span { border-color: #B259DA; }
span { border-color: rgb(178,89,218); }
td.TdClassName
{
border-color: #B259DA;
}
.TagClassName
{
border-color: #B259DA;
}
</style>