Shades of Medium Orchid #B261CA
Tints of Medium Orchid #B261CA
RGB
CMYK
RGB Variations
Color information
#B261CA (or 0xB261CA) is known color: Medium Orchid. HEX triplet: B2, 61 and CA. RGB value is (178,97,202). Sum of RGB (Red+Green+Blue) = 178+97+202=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B261CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261CA is #4D9E35. Grayscale: #848484. Windows color (decimal): -5086774 or 13263282. OLE color: 13263282.
HSL color Cylindrical-coordinate representation of color #B261CA: hue angle of 286.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B261CA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 97 | 202 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.21 |
| HSL | 286.29º | 0.5% | 0.59% | - |
| HSV(B) | 286.29º | 0.52% | 0.79% | - |
| XYZ | 33.3 | 22.28 | 58.42 | - |
| YUV | 133.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 202 | 0.12 | 0.52 | 0 | 0.21 | 286.29 | 0.5 | 0.59 |
| Hex | B2 | 61 | CA | C | 34 | 0 | 15 | 11E | 32 | 3B |
| Octal | 262 | 141 | 312 | 14 | 64 | 0 | 25 | 436 | 62 | 73 |
| Binary | 10110010 | 1100001 | 11001010 | 1100 | 110100 | 0 | 10101 | 100011110 | 110010 | 111011 |
Color Harmonies of #B261CA
Complementary color
Monochromatic Colors of #B261CA
Black with #B261CA
Text Example
Text Example
White with #B261CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261CA; }
p { color: rgb(178,97,202); }
H1.HeaderClassName
{
color: #B261CA;
}
.AnyTagClassName
{
color: #B261CA;
}
</style>
background-color css
<style>
a { background-color: #B261CA; }
a { background-color: rgb(178,97,202); }
div.DivClassName
{
background-color: #B261CA;
}
.BgClassName
{
background-color: #B261CA;
}
</style>
border-color css
<style>
span { border-color: #B261CA; }
span { border-color: rgb(178,97,202); }
td.TdClassName
{
border-color: #B261CA;
}
.TagClassName
{
border-color: #B261CA;
}
</style>