Shades of Medium Orchid #B544DA
Tints of Medium Orchid #B544DA
RGB
CMYK
RGB Variations
Color information
#B544DA (or 0xB544DA) is known color: Medium Orchid. HEX triplet: B5, 44 and DA. RGB value is (181,68,218). Sum of RGB (Red+Green+Blue) = 181+68+218=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B544DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544DA is #4ABB25. Grayscale: #767676. Windows color (decimal): -4897574 or 14304437. OLE color: 14304437.
HSL color Cylindrical-coordinate representation of color #B544DA: hue angle of 285.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B544DA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 68 | 218 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.15 |
| HSL | 285.2º | 0.67% | 0.56% | - |
| HSV(B) | 285.2º | 0.69% | 0.85% | - |
| XYZ | 33.78 | 19.02 | 68.22 | - |
| YUV | 118.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 218 | 0.17 | 0.69 | 0 | 0.15 | 285.2 | 0.67 | 0.56 |
| Hex | B5 | 44 | DA | 11 | 45 | 0 | F | 11D | 43 | 38 |
| Octal | 265 | 104 | 332 | 21 | 105 | 0 | 17 | 435 | 103 | 70 |
| Binary | 10110101 | 1000100 | 11011010 | 10001 | 1000101 | 0 | 1111 | 100011101 | 1000011 | 111000 |
Color Harmonies of #B544DA
Complementary color
Monochromatic Colors of #B544DA
Black with #B544DA
Text Example
Text Example
White with #B544DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544DA; }
p { color: rgb(181,68,218); }
H1.HeaderClassName
{
color: #B544DA;
}
.AnyTagClassName
{
color: #B544DA;
}
</style>
background-color css
<style>
a { background-color: #B544DA; }
a { background-color: rgb(181,68,218); }
div.DivClassName
{
background-color: #B544DA;
}
.BgClassName
{
background-color: #B544DA;
}
</style>
border-color css
<style>
span { border-color: #B544DA; }
span { border-color: rgb(181,68,218); }
td.TdClassName
{
border-color: #B544DA;
}
.TagClassName
{
border-color: #B544DA;
}
</style>