Shades of Medium Orchid #B361DB
Tints of Medium Orchid #B361DB
RGB
CMYK
RGB Variations
Color information
#B361DB (or 0xB361DB) is known color: Medium Orchid. HEX triplet: B3, 61 and DB. RGB value is (179,97,219). Sum of RGB (Red+Green+Blue) = 179+97+219=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B361DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361DB is #4C9E24. Grayscale: #878787. Windows color (decimal): -5021221 or 14377395. OLE color: 14377395.
HSL color Cylindrical-coordinate representation of color #B361DB: hue angle of 280.33º 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 #B361DB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 97 | 219 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.14 |
| HSL | 280.33º | 0.63% | 0.62% | - |
| HSV(B) | 280.33º | 0.56% | 0.86% | - |
| XYZ | 35.65 | 23.25 | 69.63 | - |
| YUV | 135.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 219 | 0.18 | 0.56 | 0 | 0.14 | 280.33 | 0.63 | 0.62 |
| Hex | B3 | 61 | DB | 12 | 38 | 0 | E | 118 | 3F | 3E |
| Octal | 263 | 141 | 333 | 22 | 70 | 0 | 16 | 430 | 77 | 76 |
| Binary | 10110011 | 1100001 | 11011011 | 10010 | 111000 | 0 | 1110 | 100011000 | 111111 | 111110 |
Color Harmonies of #B361DB
Complementary color
Monochromatic Colors of #B361DB
Black with #B361DB
Text Example
Text Example
White with #B361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361DB; }
p { color: rgb(179,97,219); }
H1.HeaderClassName
{
color: #B361DB;
}
.AnyTagClassName
{
color: #B361DB;
}
</style>
background-color css
<style>
a { background-color: #B361DB; }
a { background-color: rgb(179,97,219); }
div.DivClassName
{
background-color: #B361DB;
}
.BgClassName
{
background-color: #B361DB;
}
</style>
border-color css
<style>
span { border-color: #B361DB; }
span { border-color: rgb(179,97,219); }
td.TdClassName
{
border-color: #B361DB;
}
.TagClassName
{
border-color: #B361DB;
}
</style>