Shades of Medium Orchid #B261CC
Tints of Medium Orchid #B261CC
RGB
CMYK
RGB Variations
Color information
#B261CC (or 0xB261CC) is known color: Medium Orchid. HEX triplet: B2, 61 and CC. RGB value is (178,97,204). Sum of RGB (Red+Green+Blue) = 178+97+204=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B261CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261CC is #4D9E33. Grayscale: #858585. Windows color (decimal): -5086772 or 13394354. OLE color: 13394354.
HSL color Cylindrical-coordinate representation of color #B261CC: hue angle of 285.42º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B261CC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 97 | 204 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.2 |
| HSL | 285.42º | 0.51% | 0.59% | - |
| HSV(B) | 285.42º | 0.52% | 0.8% | - |
| XYZ | 33.53 | 22.37 | 59.68 | - |
| YUV | 133.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 204 | 0.13 | 0.52 | 0 | 0.2 | 285.42 | 0.51 | 0.59 |
| Hex | B2 | 61 | CC | D | 34 | 0 | 14 | 11D | 33 | 3B |
| Octal | 262 | 141 | 314 | 15 | 64 | 0 | 24 | 435 | 63 | 73 |
| Binary | 10110010 | 1100001 | 11001100 | 1101 | 110100 | 0 | 10100 | 100011101 | 110011 | 111011 |
Color Harmonies of #B261CC
Complementary color
Monochromatic Colors of #B261CC
Black with #B261CC
Text Example
Text Example
White with #B261CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261CC; }
p { color: rgb(178,97,204); }
H1.HeaderClassName
{
color: #B261CC;
}
.AnyTagClassName
{
color: #B261CC;
}
</style>
background-color css
<style>
a { background-color: #B261CC; }
a { background-color: rgb(178,97,204); }
div.DivClassName
{
background-color: #B261CC;
}
.BgClassName
{
background-color: #B261CC;
}
</style>
border-color css
<style>
span { border-color: #B261CC; }
span { border-color: rgb(178,97,204); }
td.TdClassName
{
border-color: #B261CC;
}
.TagClassName
{
border-color: #B261CC;
}
</style>