Shades of Medium Orchid #B834F5
Tints of Medium Orchid #B834F5
RGB
CMYK
RGB Variations
Color information
#B834F5 (or 0xB834F5) is known color: Medium Orchid. HEX triplet: B8, 34 and F5. RGB value is (184,52,245). Sum of RGB (Red+Green+Blue) = 184+52+245=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #B834F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834F5 is #47CB0A. Grayscale: #707070. Windows color (decimal): -4705035 or 16069816. OLE color: 16069816.
HSL color Cylindrical-coordinate representation of color #B834F5: hue angle of 281.04º degrees, saturation: 0.91, 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 #B834F5 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 52 | 245 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.04 |
| HSL | 281.04º | 0.91% | 0.58% | - |
| HSV(B) | 281.04º | 0.79% | 0.96% | - |
| XYZ | 37.48 | 19.24 | 88.12 | - |
| YUV | 113.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 245 | 0.25 | 0.79 | 0 | 0.04 | 281.04 | 0.91 | 0.58 |
| Hex | B8 | 34 | F5 | 19 | 4F | 0 | 4 | 119 | 5B | 3A |
| Octal | 270 | 64 | 365 | 31 | 117 | 0 | 4 | 431 | 133 | 72 |
| Binary | 10111000 | 110100 | 11110101 | 11001 | 1001111 | 0 | 100 | 100011001 | 1011011 | 111010 |
Color Harmonies of #B834F5
Complementary color
Monochromatic Colors of #B834F5
Black with #B834F5
Text Example
Text Example
White with #B834F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834F5; }
p { color: rgb(184,52,245); }
H1.HeaderClassName
{
color: #B834F5;
}
.AnyTagClassName
{
color: #B834F5;
}
</style>
background-color css
<style>
a { background-color: #B834F5; }
a { background-color: rgb(184,52,245); }
div.DivClassName
{
background-color: #B834F5;
}
.BgClassName
{
background-color: #B834F5;
}
</style>
border-color css
<style>
span { border-color: #B834F5; }
span { border-color: rgb(184,52,245); }
td.TdClassName
{
border-color: #B834F5;
}
.TagClassName
{
border-color: #B834F5;
}
</style>