Shades of Medium Orchid #B04AFD
Tints of Medium Orchid #B04AFD
RGB
CMYK
RGB Variations
Color information
#B04AFD (or 0xB04AFD) is known color: Medium Orchid. HEX triplet: B0, 4A and FD. RGB value is (176,74,253). Sum of RGB (Red+Green+Blue) = 176+74+253=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AFD is #4FB502. Grayscale: #7C7C7C. Windows color (decimal): -5223683 or 16599728. OLE color: 16599728.
HSL color Cylindrical-coordinate representation of color #B04AFD: hue angle of 274.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04AFD is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 74 | 253 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.01 |
| HSL | 274.19º | 0.98% | 0.64% | - |
| HSV(B) | 274.19º | 0.71% | 0.99% | - |
| XYZ | 38.08 | 21.22 | 95.02 | - |
| YUV | 124.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 253 | 0.30 | 0.71 | 0 | 0.01 | 274.19 | 0.98 | 0.64 |
| Hex | B0 | 4A | FD | 1E | 47 | 0 | 1 | 112 | 62 | 40 |
| Octal | 260 | 112 | 375 | 36 | 107 | 0 | 1 | 422 | 142 | 100 |
| Binary | 10110000 | 1001010 | 11111101 | 11110 | 1000111 | 0 | 1 | 100010010 | 1100010 | 1000000 |
Color Harmonies of #B04AFD
Complementary color
Monochromatic Colors of #B04AFD
Black with #B04AFD
Text Example
Text Example
White with #B04AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AFD; }
p { color: rgb(176,74,253); }
H1.HeaderClassName
{
color: #B04AFD;
}
.AnyTagClassName
{
color: #B04AFD;
}
</style>
background-color css
<style>
a { background-color: #B04AFD; }
a { background-color: rgb(176,74,253); }
div.DivClassName
{
background-color: #B04AFD;
}
.BgClassName
{
background-color: #B04AFD;
}
</style>
border-color css
<style>
span { border-color: #B04AFD; }
span { border-color: rgb(176,74,253); }
td.TdClassName
{
border-color: #B04AFD;
}
.TagClassName
{
border-color: #B04AFD;
}
</style>