Shades of Medium Orchid #B534F2
Tints of Medium Orchid #B534F2
RGB
CMYK
RGB Variations
Color information
#B534F2 (or 0xB534F2) is known color: Medium Orchid. HEX triplet: B5, 34 and F2. RGB value is (181,52,242). Sum of RGB (Red+Green+Blue) = 181+52+242=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B534F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F2 is #4ACB0D. Grayscale: #6F6F6F. Windows color (decimal): -4901646 or 15873205. OLE color: 15873205.
HSL color Cylindrical-coordinate representation of color #B534F2: hue angle of 280.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B534F2 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 52 | 242 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.05 |
| HSL | 280.74º | 0.88% | 0.58% | - |
| HSV(B) | 280.74º | 0.79% | 0.95% | - |
| XYZ | 36.31 | 18.69 | 85.7 | - |
| YUV | 112.23 | 201.24 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 242 | 0.25 | 0.79 | 0 | 0.05 | 280.74 | 0.88 | 0.58 |
| Hex | B5 | 34 | F2 | 19 | 4F | 0 | 5 | 119 | 58 | 3A |
| Octal | 265 | 64 | 362 | 31 | 117 | 0 | 5 | 431 | 130 | 72 |
| Binary | 10110101 | 110100 | 11110010 | 11001 | 1001111 | 0 | 101 | 100011001 | 1011000 | 111010 |
Color Harmonies of #B534F2
Complementary color
Monochromatic Colors of #B534F2
Black with #B534F2
Text Example
Text Example
White with #B534F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534F2; }
p { color: rgb(181,52,242); }
H1.HeaderClassName
{
color: #B534F2;
}
.AnyTagClassName
{
color: #B534F2;
}
</style>
background-color css
<style>
a { background-color: #B534F2; }
a { background-color: rgb(181,52,242); }
div.DivClassName
{
background-color: #B534F2;
}
.BgClassName
{
background-color: #B534F2;
}
</style>
border-color css
<style>
span { border-color: #B534F2; }
span { border-color: rgb(181,52,242); }
td.TdClassName
{
border-color: #B534F2;
}
.TagClassName
{
border-color: #B534F2;
}
</style>