Shades of Medium Orchid #B261DB
Tints of Medium Orchid #B261DB
RGB
CMYK
RGB Variations
Color information
#B261DB (or 0xB261DB) is known color: Medium Orchid. HEX triplet: B2, 61 and DB. RGB value is (178,97,219). Sum of RGB (Red+Green+Blue) = 178+97+219=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #B261DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DB is #4D9E24. Grayscale: #868686. Windows color (decimal): -5086757 or 14377394. OLE color: 14377394.
HSL color Cylindrical-coordinate representation of color #B261DB: hue angle of 279.84º degrees, saturation: 0.63, 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 #B261DB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 97 | 219 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.14 |
| HSL | 279.84º | 0.63% | 0.62% | - |
| HSV(B) | 279.84º | 0.56% | 0.86% | - |
| XYZ | 35.42 | 23.13 | 69.62 | - |
| YUV | 135.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 219 | 0.19 | 0.56 | 0 | 0.14 | 279.84 | 0.63 | 0.62 |
| Hex | B2 | 61 | DB | 13 | 38 | 0 | E | 118 | 3F | 3E |
| Octal | 262 | 141 | 333 | 23 | 70 | 0 | 16 | 430 | 77 | 76 |
| Binary | 10110010 | 1100001 | 11011011 | 10011 | 111000 | 0 | 1110 | 100011000 | 111111 | 111110 |
Color Harmonies of #B261DB
Complementary color
Monochromatic Colors of #B261DB
Black with #B261DB
Text Example
Text Example
White with #B261DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261DB; }
p { color: rgb(178,97,219); }
H1.HeaderClassName
{
color: #B261DB;
}
.AnyTagClassName
{
color: #B261DB;
}
</style>
background-color css
<style>
a { background-color: #B261DB; }
a { background-color: rgb(178,97,219); }
div.DivClassName
{
background-color: #B261DB;
}
.BgClassName
{
background-color: #B261DB;
}
</style>
border-color css
<style>
span { border-color: #B261DB; }
span { border-color: rgb(178,97,219); }
td.TdClassName
{
border-color: #B261DB;
}
.TagClassName
{
border-color: #B261DB;
}
</style>