Shades of Medium Orchid #B834F2
Tints of Medium Orchid #B834F2
RGB
CMYK
RGB Variations
Color information
#B834F2 (or 0xB834F2) is known color: Medium Orchid. HEX triplet: B8, 34 and F2. RGB value is (184,52,242). Sum of RGB (Red+Green+Blue) = 184+52+242=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #B834F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834F2 is #47CB0D. Grayscale: #707070. Windows color (decimal): -4705038 or 15873208. OLE color: 15873208.
HSL color Cylindrical-coordinate representation of color #B834F2: hue angle of 281.68º 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 #B834F2 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 52 | 242 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.05 |
| HSL | 281.68º | 0.88% | 0.58% | - |
| HSV(B) | 281.68º | 0.79% | 0.95% | - |
| XYZ | 37.02 | 19.06 | 85.73 | - |
| YUV | 113.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 242 | 0.24 | 0.79 | 0 | 0.05 | 281.68 | 0.88 | 0.58 |
| Hex | B8 | 34 | F2 | 18 | 4F | 0 | 5 | 11A | 58 | 3A |
| Octal | 270 | 64 | 362 | 30 | 117 | 0 | 5 | 432 | 130 | 72 |
| Binary | 10111000 | 110100 | 11110010 | 11000 | 1001111 | 0 | 101 | 100011010 | 1011000 | 111010 |
Color Harmonies of #B834F2
Complementary color
Monochromatic Colors of #B834F2
Black with #B834F2
Text Example
Text Example
White with #B834F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834F2; }
p { color: rgb(184,52,242); }
H1.HeaderClassName
{
color: #B834F2;
}
.AnyTagClassName
{
color: #B834F2;
}
</style>
background-color css
<style>
a { background-color: #B834F2; }
a { background-color: rgb(184,52,242); }
div.DivClassName
{
background-color: #B834F2;
}
.BgClassName
{
background-color: #B834F2;
}
</style>
border-color css
<style>
span { border-color: #B834F2; }
span { border-color: rgb(184,52,242); }
td.TdClassName
{
border-color: #B834F2;
}
.TagClassName
{
border-color: #B834F2;
}
</style>