Shades of Medium Orchid #B53BED
Tints of Medium Orchid #B53BED
RGB
CMYK
RGB Variations
Color information
#B53BED (or 0xB53BED) is known color: Medium Orchid. HEX triplet: B5, 3B and ED. RGB value is (181,59,237). Sum of RGB (Red+Green+Blue) = 181+59+237=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #B53BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BED is #4AC412. Grayscale: #737373. Windows color (decimal): -4899859 or 15547317. OLE color: 15547317.
HSL color Cylindrical-coordinate representation of color #B53BED: hue angle of 281.12º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53BED is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 59 | 237 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 281.12º | 0.83% | 0.58% | - |
| HSV(B) | 281.12º | 0.75% | 0.93% | - |
| XYZ | 35.91 | 19.07 | 81.91 | - |
| YUV | 115.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 237 | 0.24 | 0.75 | 0 | 0.07 | 281.12 | 0.83 | 0.58 |
| Hex | B5 | 3B | ED | 18 | 4B | 0 | 7 | 119 | 53 | 3A |
| Octal | 265 | 73 | 355 | 30 | 113 | 0 | 7 | 431 | 123 | 72 |
| Binary | 10110101 | 111011 | 11101101 | 11000 | 1001011 | 0 | 111 | 100011001 | 1010011 | 111010 |
Color Harmonies of #B53BED
Complementary color
Monochromatic Colors of #B53BED
Black with #B53BED
Text Example
Text Example
White with #B53BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BED; }
p { color: rgb(181,59,237); }
H1.HeaderClassName
{
color: #B53BED;
}
.AnyTagClassName
{
color: #B53BED;
}
</style>
background-color css
<style>
a { background-color: #B53BED; }
a { background-color: rgb(181,59,237); }
div.DivClassName
{
background-color: #B53BED;
}
.BgClassName
{
background-color: #B53BED;
}
</style>
border-color css
<style>
span { border-color: #B53BED; }
span { border-color: rgb(181,59,237); }
td.TdClassName
{
border-color: #B53BED;
}
.TagClassName
{
border-color: #B53BED;
}
</style>