Shades of Medium Orchid #B574DB
Tints of Medium Orchid #B574DB
RGB
CMYK
RGB Variations
Color information
#B574DB (or 0xB574DB) is known color: Medium Orchid. HEX triplet: B5, 74 and DB. RGB value is (181,116,219). Sum of RGB (Red+Green+Blue) = 181+116+219=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B574DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DB is #4A8B24. Grayscale: #929292. Windows color (decimal): -4885285 or 14382261. OLE color: 14382261.
HSL color Cylindrical-coordinate representation of color #B574DB: hue angle of 277.86º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B574DB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 116 | 219 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.14 |
| HSL | 277.86º | 0.59% | 0.66% | - |
| HSV(B) | 277.86º | 0.47% | 0.86% | - |
| XYZ | 38.09 | 27.43 | 70.3 | - |
| YUV | 147.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 219 | 0.17 | 0.47 | 0 | 0.14 | 277.86 | 0.59 | 0.66 |
| Hex | B5 | 74 | DB | 11 | 2F | 0 | E | 116 | 3B | 42 |
| Octal | 265 | 164 | 333 | 21 | 57 | 0 | 16 | 426 | 73 | 102 |
| Binary | 10110101 | 1110100 | 11011011 | 10001 | 101111 | 0 | 1110 | 100010110 | 111011 | 1000010 |
Color Harmonies of #B574DB
Complementary color
Monochromatic Colors of #B574DB
Black with #B574DB
Text Example
Text Example
White with #B574DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574DB; }
p { color: rgb(181,116,219); }
H1.HeaderClassName
{
color: #B574DB;
}
.AnyTagClassName
{
color: #B574DB;
}
</style>
background-color css
<style>
a { background-color: #B574DB; }
a { background-color: rgb(181,116,219); }
div.DivClassName
{
background-color: #B574DB;
}
.BgClassName
{
background-color: #B574DB;
}
</style>
border-color css
<style>
span { border-color: #B574DB; }
span { border-color: rgb(181,116,219); }
td.TdClassName
{
border-color: #B574DB;
}
.TagClassName
{
border-color: #B574DB;
}
</style>