Shades of Medium Orchid #B34CE9
Tints of Medium Orchid #B34CE9
RGB
CMYK
RGB Variations
Color information
#B34CE9 (or 0xB34CE9) is known color: Medium Orchid. HEX triplet: B3, 4C and E9. RGB value is (179,76,233). Sum of RGB (Red+Green+Blue) = 179+76+233=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #B34CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CE9 is #4CB316. Grayscale: #7C7C7C. Windows color (decimal): -5026583 or 15289523. OLE color: 15289523.
HSL color Cylindrical-coordinate representation of color #B34CE9: hue angle of 279.36º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34CE9 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 76 | 233 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.09 |
| HSL | 279.36º | 0.78% | 0.61% | - |
| HSV(B) | 279.36º | 0.67% | 0.91% | - |
| XYZ | 35.88 | 20.64 | 79.18 | - |
| YUV | 124.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 233 | 0.23 | 0.67 | 0 | 0.09 | 279.36 | 0.78 | 0.61 |
| Hex | B3 | 4C | E9 | 17 | 43 | 0 | 9 | 117 | 4E | 3D |
| Octal | 263 | 114 | 351 | 27 | 103 | 0 | 11 | 427 | 116 | 75 |
| Binary | 10110011 | 1001100 | 11101001 | 10111 | 1000011 | 0 | 1001 | 100010111 | 1001110 | 111101 |
Color Harmonies of #B34CE9
Complementary color
Monochromatic Colors of #B34CE9
Black with #B34CE9
Text Example
Text Example
White with #B34CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CE9; }
p { color: rgb(179,76,233); }
H1.HeaderClassName
{
color: #B34CE9;
}
.AnyTagClassName
{
color: #B34CE9;
}
</style>
background-color css
<style>
a { background-color: #B34CE9; }
a { background-color: rgb(179,76,233); }
div.DivClassName
{
background-color: #B34CE9;
}
.BgClassName
{
background-color: #B34CE9;
}
</style>
border-color css
<style>
span { border-color: #B34CE9; }
span { border-color: rgb(179,76,233); }
td.TdClassName
{
border-color: #B34CE9;
}
.TagClassName
{
border-color: #B34CE9;
}
</style>