Shades of Medium Orchid #B34ACE
Tints of Medium Orchid #B34ACE
RGB
CMYK
RGB Variations
Color information
#B34ACE (or 0xB34ACE) is known color: Medium Orchid. HEX triplet: B3, 4A and CE. RGB value is (179,74,206). Sum of RGB (Red+Green+Blue) = 179+74+206=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B34ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ACE is #4CB531. Grayscale: #787878. Windows color (decimal): -5027122 or 13519539. OLE color: 13519539.
HSL color Cylindrical-coordinate representation of color #B34ACE: hue angle of 287.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34ACE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 74 | 206 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.19 |
| HSL | 287.73º | 0.57% | 0.55% | - |
| HSV(B) | 287.73º | 0.64% | 0.81% | - |
| XYZ | 32.18 | 18.94 | 60.35 | - |
| YUV | 120.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 206 | 0.13 | 0.64 | 0 | 0.19 | 287.73 | 0.57 | 0.55 |
| Hex | B3 | 4A | CE | D | 40 | 0 | 13 | 120 | 39 | 37 |
| Octal | 263 | 112 | 316 | 15 | 100 | 0 | 23 | 440 | 71 | 67 |
| Binary | 10110011 | 1001010 | 11001110 | 1101 | 1000000 | 0 | 10011 | 100100000 | 111001 | 110111 |
Color Harmonies of #B34ACE
Complementary color
Monochromatic Colors of #B34ACE
Black with #B34ACE
Text Example
Text Example
White with #B34ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ACE; }
p { color: rgb(179,74,206); }
H1.HeaderClassName
{
color: #B34ACE;
}
.AnyTagClassName
{
color: #B34ACE;
}
</style>
background-color css
<style>
a { background-color: #B34ACE; }
a { background-color: rgb(179,74,206); }
div.DivClassName
{
background-color: #B34ACE;
}
.BgClassName
{
background-color: #B34ACE;
}
</style>
border-color css
<style>
span { border-color: #B34ACE; }
span { border-color: rgb(179,74,206); }
td.TdClassName
{
border-color: #B34ACE;
}
.TagClassName
{
border-color: #B34ACE;
}
</style>