Shades of Medium Orchid #B53FC8
Tints of Medium Orchid #B53FC8
RGB
CMYK
RGB Variations
Color information
#B53FC8 (or 0xB53FC8) is known color: Medium Orchid. HEX triplet: B5, 3F and C8. RGB value is (181,63,200). Sum of RGB (Red+Green+Blue) = 181+63+200=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #B53FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC8 is #4AC037. Grayscale: #717171. Windows color (decimal): -4898872 or 13123509. OLE color: 13123509.
HSL color Cylindrical-coordinate representation of color #B53FC8: hue angle of 291.68º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53FC8 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 63 | 200 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.22 |
| HSL | 291.68º | 0.55% | 0.52% | - |
| HSV(B) | 291.68º | 0.69% | 0.78% | - |
| XYZ | 31.26 | 17.55 | 56.38 | - |
| YUV | 113.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 200 | 0.09 | 0.68 | 0 | 0.22 | 291.68 | 0.55 | 0.52 |
| Hex | B5 | 3F | C8 | 9 | 44 | 0 | 16 | 124 | 37 | 34 |
| Octal | 265 | 77 | 310 | 11 | 104 | 0 | 26 | 444 | 67 | 64 |
| Binary | 10110101 | 111111 | 11001000 | 1001 | 1000100 | 0 | 10110 | 100100100 | 110111 | 110100 |
Color Harmonies of #B53FC8
Complementary color
Monochromatic Colors of #B53FC8
Black with #B53FC8
Text Example
Text Example
White with #B53FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FC8; }
p { color: rgb(181,63,200); }
H1.HeaderClassName
{
color: #B53FC8;
}
.AnyTagClassName
{
color: #B53FC8;
}
</style>
background-color css
<style>
a { background-color: #B53FC8; }
a { background-color: rgb(181,63,200); }
div.DivClassName
{
background-color: #B53FC8;
}
.BgClassName
{
background-color: #B53FC8;
}
</style>
border-color css
<style>
span { border-color: #B53FC8; }
span { border-color: rgb(181,63,200); }
td.TdClassName
{
border-color: #B53FC8;
}
.TagClassName
{
border-color: #B53FC8;
}
</style>