Shades of Medium Orchid #B257DA
Tints of Medium Orchid #B257DA
RGB
CMYK
RGB Variations
Color information
#B257DA (or 0xB257DA) is known color: Medium Orchid. HEX triplet: B2, 57 and DA. RGB value is (178,87,218). Sum of RGB (Red+Green+Blue) = 178+87+218=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B257DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257DA is #4DA825. Grayscale: #808080. Windows color (decimal): -5089318 or 14309298. OLE color: 14309298.
HSL color Cylindrical-coordinate representation of color #B257DA: hue angle of 281.68º 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 #B257DA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 87 | 218 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.15 |
| HSL | 281.68º | 0.64% | 0.6% | - |
| HSV(B) | 281.68º | 0.6% | 0.85% | - |
| XYZ | 34.42 | 21.34 | 68.64 | - |
| YUV | 129.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 218 | 0.18 | 0.60 | 0 | 0.15 | 281.68 | 0.64 | 0.6 |
| Hex | B2 | 57 | DA | 12 | 3C | 0 | F | 11A | 40 | 3C |
| Octal | 262 | 127 | 332 | 22 | 74 | 0 | 17 | 432 | 100 | 74 |
| Binary | 10110010 | 1010111 | 11011010 | 10010 | 111100 | 0 | 1111 | 100011010 | 1000000 | 111100 |
Color Harmonies of #B257DA
Complementary color
Monochromatic Colors of #B257DA
Black with #B257DA
Text Example
Text Example
White with #B257DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257DA; }
p { color: rgb(178,87,218); }
H1.HeaderClassName
{
color: #B257DA;
}
.AnyTagClassName
{
color: #B257DA;
}
</style>
background-color css
<style>
a { background-color: #B257DA; }
a { background-color: rgb(178,87,218); }
div.DivClassName
{
background-color: #B257DA;
}
.BgClassName
{
background-color: #B257DA;
}
</style>
border-color css
<style>
span { border-color: #B257DA; }
span { border-color: rgb(178,87,218); }
td.TdClassName
{
border-color: #B257DA;
}
.TagClassName
{
border-color: #B257DA;
}
</style>