Shades of Medium Orchid #B257CF
Tints of Medium Orchid #B257CF
RGB
CMYK
RGB Variations
Color information
#B257CF (or 0xB257CF) is known color: Medium Orchid. HEX triplet: B2, 57 and CF. RGB value is (178,87,207). Sum of RGB (Red+Green+Blue) = 178+87+207=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B257CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257CF is #4DA830. Grayscale: #7F7F7F. Windows color (decimal): -5089329 or 13588402. OLE color: 13588402.
HSL color Cylindrical-coordinate representation of color #B257CF: hue angle of 285.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B257CF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 87 | 207 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.19 |
| HSL | 285.5º | 0.56% | 0.58% | - |
| HSV(B) | 285.5º | 0.58% | 0.81% | - |
| XYZ | 33.03 | 20.79 | 61.3 | - |
| YUV | 127.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 207 | 0.14 | 0.58 | 0 | 0.19 | 285.5 | 0.56 | 0.58 |
| Hex | B2 | 57 | CF | E | 3A | 0 | 13 | 11E | 38 | 3A |
| Octal | 262 | 127 | 317 | 16 | 72 | 0 | 23 | 436 | 70 | 72 |
| Binary | 10110010 | 1010111 | 11001111 | 1110 | 111010 | 0 | 10011 | 100011110 | 111000 | 111010 |
Color Harmonies of #B257CF
Complementary color
Monochromatic Colors of #B257CF
Black with #B257CF
Text Example
Text Example
White with #B257CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257CF; }
p { color: rgb(178,87,207); }
H1.HeaderClassName
{
color: #B257CF;
}
.AnyTagClassName
{
color: #B257CF;
}
</style>
background-color css
<style>
a { background-color: #B257CF; }
a { background-color: rgb(178,87,207); }
div.DivClassName
{
background-color: #B257CF;
}
.BgClassName
{
background-color: #B257CF;
}
</style>
border-color css
<style>
span { border-color: #B257CF; }
span { border-color: rgb(178,87,207); }
td.TdClassName
{
border-color: #B257CF;
}
.TagClassName
{
border-color: #B257CF;
}
</style>