Shades of Medium Orchid #B534F0
Tints of Medium Orchid #B534F0
RGB
CMYK
RGB Variations
Color information
#B534F0 (or 0xB534F0) is known color: Medium Orchid. HEX triplet: B5, 34 and F0. RGB value is (181,52,240). Sum of RGB (Red+Green+Blue) = 181+52+240=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #B534F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F0 is #4ACB0F. Grayscale: #6F6F6F. Windows color (decimal): -4901648 or 15742133. OLE color: 15742133.
HSL color Cylindrical-coordinate representation of color #B534F0: hue angle of 281.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534F0 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 52 | 240 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.06 |
| HSL | 281.17º | 0.86% | 0.57% | - |
| HSV(B) | 281.17º | 0.78% | 0.94% | - |
| XYZ | 36.01 | 18.57 | 84.12 | - |
| YUV | 112 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 240 | 0.25 | 0.78 | 0 | 0.06 | 281.17 | 0.86 | 0.57 |
| Hex | B5 | 34 | F0 | 19 | 4E | 0 | 6 | 119 | 56 | 39 |
| Octal | 265 | 64 | 360 | 31 | 116 | 0 | 6 | 431 | 126 | 71 |
| Binary | 10110101 | 110100 | 11110000 | 11001 | 1001110 | 0 | 110 | 100011001 | 1010110 | 111001 |
Color Harmonies of #B534F0
Complementary color
Monochromatic Colors of #B534F0
Black with #B534F0
Text Example
Text Example
White with #B534F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534F0; }
p { color: rgb(181,52,240); }
H1.HeaderClassName
{
color: #B534F0;
}
.AnyTagClassName
{
color: #B534F0;
}
</style>
background-color css
<style>
a { background-color: #B534F0; }
a { background-color: rgb(181,52,240); }
div.DivClassName
{
background-color: #B534F0;
}
.BgClassName
{
background-color: #B534F0;
}
</style>
border-color css
<style>
span { border-color: #B534F0; }
span { border-color: rgb(181,52,240); }
td.TdClassName
{
border-color: #B534F0;
}
.TagClassName
{
border-color: #B534F0;
}
</style>