Shades of Medium Orchid #B04ACE
Tints of Medium Orchid #B04ACE
RGB
CMYK
RGB Variations
Color information
#B04ACE (or 0xB04ACE) is known color: Medium Orchid. HEX triplet: B0, 4A and CE. RGB value is (176,74,206). Sum of RGB (Red+Green+Blue) = 176+74+206=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ACE is #4FB531. Grayscale: #777777. Windows color (decimal): -5223730 or 13519536. OLE color: 13519536.
HSL color Cylindrical-coordinate representation of color #B04ACE: hue angle of 286.36º 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 #B04ACE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 74 | 206 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.19 |
| HSL | 286.36º | 0.57% | 0.55% | - |
| HSV(B) | 286.36º | 0.64% | 0.81% | - |
| XYZ | 31.49 | 18.58 | 60.32 | - |
| YUV | 119.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 206 | 0.15 | 0.64 | 0 | 0.19 | 286.36 | 0.57 | 0.55 |
| Hex | B0 | 4A | CE | F | 40 | 0 | 13 | 11E | 39 | 37 |
| Octal | 260 | 112 | 316 | 17 | 100 | 0 | 23 | 436 | 71 | 67 |
| Binary | 10110000 | 1001010 | 11001110 | 1111 | 1000000 | 0 | 10011 | 100011110 | 111001 | 110111 |
Color Harmonies of #B04ACE
Complementary color
Monochromatic Colors of #B04ACE
Black with #B04ACE
Text Example
Text Example
White with #B04ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ACE; }
p { color: rgb(176,74,206); }
H1.HeaderClassName
{
color: #B04ACE;
}
.AnyTagClassName
{
color: #B04ACE;
}
</style>
background-color css
<style>
a { background-color: #B04ACE; }
a { background-color: rgb(176,74,206); }
div.DivClassName
{
background-color: #B04ACE;
}
.BgClassName
{
background-color: #B04ACE;
}
</style>
border-color css
<style>
span { border-color: #B04ACE; }
span { border-color: rgb(176,74,206); }
td.TdClassName
{
border-color: #B04ACE;
}
.TagClassName
{
border-color: #B04ACE;
}
</style>