Shades of Medium Orchid #B53AF8
Tints of Medium Orchid #B53AF8
RGB
CMYK
RGB Variations
Color information
#B53AF8 (or 0xB53AF8) is known color: Medium Orchid. HEX triplet: B5, 3A and F8. RGB value is (181,58,248). Sum of RGB (Red+Green+Blue) = 181+58+248=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #B53AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53AF8 is #4AC507. Grayscale: #737373. Windows color (decimal): -4900104 or 16267957. OLE color: 16267957.
HSL color Cylindrical-coordinate representation of color #B53AF8: hue angle of 278.84º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B53AF8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 58 | 248 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.03 |
| HSL | 278.84º | 0.93% | 0.6% | - |
| HSV(B) | 278.84º | 0.77% | 0.97% | - |
| XYZ | 37.51 | 19.63 | 90.62 | - |
| YUV | 116.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 248 | 0.27 | 0.77 | 0 | 0.03 | 278.84 | 0.93 | 0.6 |
| Hex | B5 | 3A | F8 | 1B | 4D | 0 | 3 | 117 | 5D | 3C |
| Octal | 265 | 72 | 370 | 33 | 115 | 0 | 3 | 427 | 135 | 74 |
| Binary | 10110101 | 111010 | 11111000 | 11011 | 1001101 | 0 | 11 | 100010111 | 1011101 | 111100 |
Color Harmonies of #B53AF8
Complementary color
Monochromatic Colors of #B53AF8
Black with #B53AF8
Text Example
Text Example
White with #B53AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53AF8; }
p { color: rgb(181,58,248); }
H1.HeaderClassName
{
color: #B53AF8;
}
.AnyTagClassName
{
color: #B53AF8;
}
</style>
background-color css
<style>
a { background-color: #B53AF8; }
a { background-color: rgb(181,58,248); }
div.DivClassName
{
background-color: #B53AF8;
}
.BgClassName
{
background-color: #B53AF8;
}
</style>
border-color css
<style>
span { border-color: #B53AF8; }
span { border-color: rgb(181,58,248); }
td.TdClassName
{
border-color: #B53AF8;
}
.TagClassName
{
border-color: #B53AF8;
}
</style>