Shades of Medium Orchid #B251CF
Tints of Medium Orchid #B251CF
RGB
CMYK
RGB Variations
Color information
#B251CF (or 0xB251CF) is known color: Medium Orchid. HEX triplet: B2, 51 and CF. RGB value is (178,81,207). Sum of RGB (Red+Green+Blue) = 178+81+207=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B251CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251CF is #4DAE30. Grayscale: #7B7B7B. Windows color (decimal): -5090865 or 13586866. OLE color: 13586866.
HSL color Cylindrical-coordinate representation of color #B251CF: hue angle of 286.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B251CF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 81 | 207 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.19 |
| HSL | 286.19º | 0.57% | 0.56% | - |
| HSV(B) | 286.19º | 0.61% | 0.81% | - |
| XYZ | 32.57 | 19.85 | 61.15 | - |
| YUV | 124.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 207 | 0.14 | 0.61 | 0 | 0.19 | 286.19 | 0.57 | 0.56 |
| Hex | B2 | 51 | CF | E | 3D | 0 | 13 | 11E | 39 | 38 |
| Octal | 262 | 121 | 317 | 16 | 75 | 0 | 23 | 436 | 71 | 70 |
| Binary | 10110010 | 1010001 | 11001111 | 1110 | 111101 | 0 | 10011 | 100011110 | 111001 | 111000 |
Color Harmonies of #B251CF
Complementary color
Monochromatic Colors of #B251CF
Black with #B251CF
Text Example
Text Example
White with #B251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251CF; }
p { color: rgb(178,81,207); }
H1.HeaderClassName
{
color: #B251CF;
}
.AnyTagClassName
{
color: #B251CF;
}
</style>
background-color css
<style>
a { background-color: #B251CF; }
a { background-color: rgb(178,81,207); }
div.DivClassName
{
background-color: #B251CF;
}
.BgClassName
{
background-color: #B251CF;
}
</style>
border-color css
<style>
span { border-color: #B251CF; }
span { border-color: rgb(178,81,207); }
td.TdClassName
{
border-color: #B251CF;
}
.TagClassName
{
border-color: #B251CF;
}
</style>