Shades of Medium Orchid #B534F4
Tints of Medium Orchid #B534F4
RGB
CMYK
RGB Variations
Color information
#B534F4 (or 0xB534F4) is known color: Medium Orchid. HEX triplet: B5, 34 and F4. RGB value is (181,52,244). Sum of RGB (Red+Green+Blue) = 181+52+244=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 244 (95.70% from 255 or 51.15% from 477); Max value from RGB is 244 - color contains mainly: blue. Hex color #B534F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F4 is #4ACB0B. Grayscale: #6F6F6F. Windows color (decimal): -4901644 or 16004277. OLE color: 16004277.
HSL color Cylindrical-coordinate representation of color #B534F4: hue angle of 280.31º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B534F4 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 52 | 244 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.04 |
| HSL | 280.31º | 0.9% | 0.58% | - |
| HSV(B) | 280.31º | 0.79% | 0.96% | - |
| XYZ | 36.61 | 18.81 | 87.29 | - |
| YUV | 112.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 244 | 0.26 | 0.79 | 0 | 0.04 | 280.31 | 0.9 | 0.58 |
| Hex | B5 | 34 | F4 | 1A | 4F | 0 | 4 | 118 | 5A | 3A |
| Octal | 265 | 64 | 364 | 32 | 117 | 0 | 4 | 430 | 132 | 72 |
| Binary | 10110101 | 110100 | 11110100 | 11010 | 1001111 | 0 | 100 | 100011000 | 1011010 | 111010 |
Color Harmonies of #B534F4
Complementary color
Monochromatic Colors of #B534F4
Black with #B534F4
Text Example
Text Example
White with #B534F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534F4; }
p { color: rgb(181,52,244); }
H1.HeaderClassName
{
color: #B534F4;
}
.AnyTagClassName
{
color: #B534F4;
}
</style>
background-color css
<style>
a { background-color: #B534F4; }
a { background-color: rgb(181,52,244); }
div.DivClassName
{
background-color: #B534F4;
}
.BgClassName
{
background-color: #B534F4;
}
</style>
border-color css
<style>
span { border-color: #B534F4; }
span { border-color: rgb(181,52,244); }
td.TdClassName
{
border-color: #B534F4;
}
.TagClassName
{
border-color: #B534F4;
}
</style>