Shades of Medium Orchid #B53FDD
Tints of Medium Orchid #B53FDD
RGB
CMYK
RGB Variations
Color information
#B53FDD (or 0xB53FDD) is known color: Medium Orchid. HEX triplet: B5, 3F and DD. RGB value is (181,63,221). Sum of RGB (Red+Green+Blue) = 181+63+221=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B53FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDD is #4AC022. Grayscale: #737373. Windows color (decimal): -4898851 or 14499765. OLE color: 14499765.
HSL color Cylindrical-coordinate representation of color #B53FDD: hue angle of 284.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53FDD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 63 | 221 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.13 |
| HSL | 284.81º | 0.7% | 0.56% | - |
| HSV(B) | 284.81º | 0.71% | 0.87% | - |
| XYZ | 33.88 | 18.6 | 70.21 | - |
| YUV | 116.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 221 | 0.18 | 0.71 | 0 | 0.13 | 284.81 | 0.7 | 0.56 |
| Hex | B5 | 3F | DD | 12 | 47 | 0 | D | 11D | 46 | 38 |
| Octal | 265 | 77 | 335 | 22 | 107 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110101 | 111111 | 11011101 | 10010 | 1000111 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B53FDD
Complementary color
Monochromatic Colors of #B53FDD
Black with #B53FDD
Text Example
Text Example
White with #B53FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FDD; }
p { color: rgb(181,63,221); }
H1.HeaderClassName
{
color: #B53FDD;
}
.AnyTagClassName
{
color: #B53FDD;
}
</style>
background-color css
<style>
a { background-color: #B53FDD; }
a { background-color: rgb(181,63,221); }
div.DivClassName
{
background-color: #B53FDD;
}
.BgClassName
{
background-color: #B53FDD;
}
</style>
border-color css
<style>
span { border-color: #B53FDD; }
span { border-color: rgb(181,63,221); }
td.TdClassName
{
border-color: #B53FDD;
}
.TagClassName
{
border-color: #B53FDD;
}
</style>