Shades of Medium Orchid #B257DB
Tints of Medium Orchid #B257DB
RGB
CMYK
RGB Variations
Color information
#B257DB (or 0xB257DB) is known color: Medium Orchid. HEX triplet: B2, 57 and DB. RGB value is (178,87,219). Sum of RGB (Red+Green+Blue) = 178+87+219=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B257DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257DB is #4DA824. Grayscale: #808080. Windows color (decimal): -5089317 or 14374834. OLE color: 14374834.
HSL color Cylindrical-coordinate representation of color #B257DB: hue angle of 281.36º 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 #B257DB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 87 | 219 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.14 |
| HSL | 281.36º | 0.65% | 0.6% | - |
| HSV(B) | 281.36º | 0.6% | 0.86% | - |
| XYZ | 34.55 | 21.4 | 69.33 | - |
| YUV | 129.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 219 | 0.19 | 0.60 | 0 | 0.14 | 281.36 | 0.65 | 0.6 |
| Hex | B2 | 57 | DB | 13 | 3C | 0 | E | 119 | 41 | 3C |
| Octal | 262 | 127 | 333 | 23 | 74 | 0 | 16 | 431 | 101 | 74 |
| Binary | 10110010 | 1010111 | 11011011 | 10011 | 111100 | 0 | 1110 | 100011001 | 1000001 | 111100 |
Color Harmonies of #B257DB
Complementary color
Monochromatic Colors of #B257DB
Black with #B257DB
Text Example
Text Example
White with #B257DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257DB; }
p { color: rgb(178,87,219); }
H1.HeaderClassName
{
color: #B257DB;
}
.AnyTagClassName
{
color: #B257DB;
}
</style>
background-color css
<style>
a { background-color: #B257DB; }
a { background-color: rgb(178,87,219); }
div.DivClassName
{
background-color: #B257DB;
}
.BgClassName
{
background-color: #B257DB;
}
</style>
border-color css
<style>
span { border-color: #B257DB; }
span { border-color: rgb(178,87,219); }
td.TdClassName
{
border-color: #B257DB;
}
.TagClassName
{
border-color: #B257DB;
}
</style>