Shades of Medium Orchid #B261CE
Tints of Medium Orchid #B261CE
RGB
CMYK
RGB Variations
Color information
#B261CE (or 0xB261CE) is known color: Medium Orchid. HEX triplet: B2, 61 and CE. RGB value is (178,97,206). Sum of RGB (Red+Green+Blue) = 178+97+206=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B261CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261CE is #4D9E31. Grayscale: #858585. Windows color (decimal): -5086770 or 13525426. OLE color: 13525426.
HSL color Cylindrical-coordinate representation of color #B261CE: hue angle of 284.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B261CE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 97 | 206 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.19 |
| HSL | 284.59º | 0.53% | 0.59% | - |
| HSV(B) | 284.59º | 0.53% | 0.81% | - |
| XYZ | 33.78 | 22.47 | 60.95 | - |
| YUV | 133.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 206 | 0.14 | 0.53 | 0 | 0.19 | 284.59 | 0.53 | 0.59 |
| Hex | B2 | 61 | CE | E | 35 | 0 | 13 | 11D | 35 | 3B |
| Octal | 262 | 141 | 316 | 16 | 65 | 0 | 23 | 435 | 65 | 73 |
| Binary | 10110010 | 1100001 | 11001110 | 1110 | 110101 | 0 | 10011 | 100011101 | 110101 | 111011 |
Color Harmonies of #B261CE
Complementary color
Monochromatic Colors of #B261CE
Black with #B261CE
Text Example
Text Example
White with #B261CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261CE; }
p { color: rgb(178,97,206); }
H1.HeaderClassName
{
color: #B261CE;
}
.AnyTagClassName
{
color: #B261CE;
}
</style>
background-color css
<style>
a { background-color: #B261CE; }
a { background-color: rgb(178,97,206); }
div.DivClassName
{
background-color: #B261CE;
}
.BgClassName
{
background-color: #B261CE;
}
</style>
border-color css
<style>
span { border-color: #B261CE; }
span { border-color: rgb(178,97,206); }
td.TdClassName
{
border-color: #B261CE;
}
.TagClassName
{
border-color: #B261CE;
}
</style>