Shades of Medium Orchid #B04ACF
Tints of Medium Orchid #B04ACF
RGB
CMYK
RGB Variations
Color information
#B04ACF (or 0xB04ACF) is known color: Medium Orchid. HEX triplet: B0, 4A and CF. RGB value is (176,74,207). Sum of RGB (Red+Green+Blue) = 176+74+207=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ACF is #4FB530. Grayscale: #777777. Windows color (decimal): -5223729 or 13585072. OLE color: 13585072.
HSL color Cylindrical-coordinate representation of color #B04ACF: hue angle of 286.02º degrees, saturation: 0.58, 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 #B04ACF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 74 | 207 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.19 |
| HSL | 286.02º | 0.58% | 0.55% | - |
| HSV(B) | 286.02º | 0.64% | 0.81% | - |
| XYZ | 31.62 | 18.63 | 60.96 | - |
| YUV | 119.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 207 | 0.15 | 0.64 | 0 | 0.19 | 286.02 | 0.58 | 0.55 |
| Hex | B0 | 4A | CF | F | 40 | 0 | 13 | 11E | 3A | 37 |
| Octal | 260 | 112 | 317 | 17 | 100 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10110000 | 1001010 | 11001111 | 1111 | 1000000 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #B04ACF
Complementary color
Monochromatic Colors of #B04ACF
Black with #B04ACF
Text Example
Text Example
White with #B04ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ACF; }
p { color: rgb(176,74,207); }
H1.HeaderClassName
{
color: #B04ACF;
}
.AnyTagClassName
{
color: #B04ACF;
}
</style>
background-color css
<style>
a { background-color: #B04ACF; }
a { background-color: rgb(176,74,207); }
div.DivClassName
{
background-color: #B04ACF;
}
.BgClassName
{
background-color: #B04ACF;
}
</style>
border-color css
<style>
span { border-color: #B04ACF; }
span { border-color: rgb(176,74,207); }
td.TdClassName
{
border-color: #B04ACF;
}
.TagClassName
{
border-color: #B04ACF;
}
</style>