Shades of Medium Orchid #B261DC
Tints of Medium Orchid #B261DC
RGB
CMYK
RGB Variations
Color information
#B261DC (or 0xB261DC) is known color: Medium Orchid. HEX triplet: B2, 61 and DC. RGB value is (178,97,220). Sum of RGB (Red+Green+Blue) = 178+97+220=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B261DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DC is #4D9E23. Grayscale: #868686. Windows color (decimal): -5086756 or 14442930. OLE color: 14442930.
HSL color Cylindrical-coordinate representation of color #B261DC: hue angle of 279.51º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B261DC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 97 | 220 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.14 |
| HSL | 279.51º | 0.64% | 0.62% | - |
| HSV(B) | 279.51º | 0.56% | 0.86% | - |
| XYZ | 35.55 | 23.18 | 70.31 | - |
| YUV | 135.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 220 | 0.19 | 0.56 | 0 | 0.14 | 279.51 | 0.64 | 0.62 |
| Hex | B2 | 61 | DC | 13 | 38 | 0 | E | 118 | 40 | 3E |
| Octal | 262 | 141 | 334 | 23 | 70 | 0 | 16 | 430 | 100 | 76 |
| Binary | 10110010 | 1100001 | 11011100 | 10011 | 111000 | 0 | 1110 | 100011000 | 1000000 | 111110 |
Color Harmonies of #B261DC
Complementary color
Monochromatic Colors of #B261DC
Black with #B261DC
Text Example
Text Example
White with #B261DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261DC; }
p { color: rgb(178,97,220); }
H1.HeaderClassName
{
color: #B261DC;
}
.AnyTagClassName
{
color: #B261DC;
}
</style>
background-color css
<style>
a { background-color: #B261DC; }
a { background-color: rgb(178,97,220); }
div.DivClassName
{
background-color: #B261DC;
}
.BgClassName
{
background-color: #B261DC;
}
</style>
border-color css
<style>
span { border-color: #B261DC; }
span { border-color: rgb(178,97,220); }
td.TdClassName
{
border-color: #B261DC;
}
.TagClassName
{
border-color: #B261DC;
}
</style>