Shades of Medium Orchid #B574D4
Tints of Medium Orchid #B574D4
RGB
CMYK
RGB Variations
Color information
#B574D4 (or 0xB574D4) is known color: Medium Orchid. HEX triplet: B5, 74 and D4. RGB value is (181,116,212). Sum of RGB (Red+Green+Blue) = 181+116+212=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B574D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574D4 is #4A8B2B. Grayscale: #929292. Windows color (decimal): -4885292 or 13923509. OLE color: 13923509.
HSL color Cylindrical-coordinate representation of color #B574D4: hue angle of 280.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B574D4 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 116 | 212 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.17 |
| HSL | 280.63º | 0.53% | 0.64% | - |
| HSV(B) | 280.63º | 0.45% | 0.83% | - |
| XYZ | 37.19 | 27.07 | 65.55 | - |
| YUV | 146.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 212 | 0.15 | 0.45 | 0 | 0.17 | 280.63 | 0.53 | 0.64 |
| Hex | B5 | 74 | D4 | F | 2D | 0 | 11 | 119 | 35 | 40 |
| Octal | 265 | 164 | 324 | 17 | 55 | 0 | 21 | 431 | 65 | 100 |
| Binary | 10110101 | 1110100 | 11010100 | 1111 | 101101 | 0 | 10001 | 100011001 | 110101 | 1000000 |
Color Harmonies of #B574D4
Complementary color
Monochromatic Colors of #B574D4
Black with #B574D4
Text Example
Text Example
White with #B574D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574D4; }
p { color: rgb(181,116,212); }
H1.HeaderClassName
{
color: #B574D4;
}
.AnyTagClassName
{
color: #B574D4;
}
</style>
background-color css
<style>
a { background-color: #B574D4; }
a { background-color: rgb(181,116,212); }
div.DivClassName
{
background-color: #B574D4;
}
.BgClassName
{
background-color: #B574D4;
}
</style>
border-color css
<style>
span { border-color: #B574D4; }
span { border-color: rgb(181,116,212); }
td.TdClassName
{
border-color: #B574D4;
}
.TagClassName
{
border-color: #B574D4;
}
</style>