Shades of Medium Orchid #B34BE3
Tints of Medium Orchid #B34BE3
RGB
CMYK
RGB Variations
Color information
#B34BE3 (or 0xB34BE3) is known color: Medium Orchid. HEX triplet: B3, 4B and E3. RGB value is (179,75,227). Sum of RGB (Red+Green+Blue) = 179+75+227=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #B34BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BE3 is #4CB41C. Grayscale: #7A7A7A. Windows color (decimal): -5026845 or 14896051. OLE color: 14896051.
HSL color Cylindrical-coordinate representation of color #B34BE3: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34BE3 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 75 | 227 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.11 |
| HSL | 281.05º | 0.73% | 0.59% | - |
| HSV(B) | 281.05º | 0.67% | 0.89% | - |
| XYZ | 34.97 | 20.16 | 74.72 | - |
| YUV | 123.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 227 | 0.21 | 0.67 | 0 | 0.11 | 281.05 | 0.73 | 0.59 |
| Hex | B3 | 4B | E3 | 15 | 43 | 0 | B | 119 | 49 | 3B |
| Octal | 263 | 113 | 343 | 25 | 103 | 0 | 13 | 431 | 111 | 73 |
| Binary | 10110011 | 1001011 | 11100011 | 10101 | 1000011 | 0 | 1011 | 100011001 | 1001001 | 111011 |
Color Harmonies of #B34BE3
Complementary color
Monochromatic Colors of #B34BE3
Black with #B34BE3
Text Example
Text Example
White with #B34BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34BE3; }
p { color: rgb(179,75,227); }
H1.HeaderClassName
{
color: #B34BE3;
}
.AnyTagClassName
{
color: #B34BE3;
}
</style>
background-color css
<style>
a { background-color: #B34BE3; }
a { background-color: rgb(179,75,227); }
div.DivClassName
{
background-color: #B34BE3;
}
.BgClassName
{
background-color: #B34BE3;
}
</style>
border-color css
<style>
span { border-color: #B34BE3; }
span { border-color: rgb(179,75,227); }
td.TdClassName
{
border-color: #B34BE3;
}
.TagClassName
{
border-color: #B34BE3;
}
</style>