Shades of Medium Orchid #B04FDA
Tints of Medium Orchid #B04FDA
RGB
CMYK
RGB Variations
Color information
#B04FDA (or 0xB04FDA) is known color: Medium Orchid. HEX triplet: B0, 4F and DA. RGB value is (176,79,218). Sum of RGB (Red+Green+Blue) = 176+79+218=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B04FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FDA is #4FB025. Grayscale: #7B7B7B. Windows color (decimal): -5222438 or 14307248. OLE color: 14307248.
HSL color Cylindrical-coordinate representation of color #B04FDA: hue angle of 281.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04FDA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 79 | 218 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.15 |
| HSL | 281.87º | 0.65% | 0.58% | - |
| HSV(B) | 281.87º | 0.64% | 0.85% | - |
| XYZ | 33.36 | 19.88 | 68.41 | - |
| YUV | 123.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 218 | 0.19 | 0.64 | 0 | 0.15 | 281.87 | 0.65 | 0.58 |
| Hex | B0 | 4F | DA | 13 | 40 | 0 | F | 11A | 41 | 3A |
| Octal | 260 | 117 | 332 | 23 | 100 | 0 | 17 | 432 | 101 | 72 |
| Binary | 10110000 | 1001111 | 11011010 | 10011 | 1000000 | 0 | 1111 | 100011010 | 1000001 | 111010 |
Color Harmonies of #B04FDA
Complementary color
Monochromatic Colors of #B04FDA
Black with #B04FDA
Text Example
Text Example
White with #B04FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FDA; }
p { color: rgb(176,79,218); }
H1.HeaderClassName
{
color: #B04FDA;
}
.AnyTagClassName
{
color: #B04FDA;
}
</style>
background-color css
<style>
a { background-color: #B04FDA; }
a { background-color: rgb(176,79,218); }
div.DivClassName
{
background-color: #B04FDA;
}
.BgClassName
{
background-color: #B04FDA;
}
</style>
border-color css
<style>
span { border-color: #B04FDA; }
span { border-color: rgb(176,79,218); }
td.TdClassName
{
border-color: #B04FDA;
}
.TagClassName
{
border-color: #B04FDA;
}
</style>