Shades of Medium Orchid #B04CFF
Tints of Medium Orchid #B04CFF
RGB
CMYK
RGB Variations
Color information
#B04CFF (or 0xB04CFF) is known color: Medium Orchid. HEX triplet: B0, 4C and FF. RGB value is (176,76,255). Sum of RGB (Red+Green+Blue) = 176+76+255=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B04CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CFF is #4FB300. Grayscale: #7D7D7D. Windows color (decimal): -5223169 or 16731312. OLE color: 16731312.
HSL color Cylindrical-coordinate representation of color #B04CFF: hue angle of 273.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04CFF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 76 | 255 | - |
| CMYK | 0.31 | 0.70 | 0 | 0 |
| HSL | 273.52º | 1% | 0.65% | - |
| HSV(B) | 273.52º | 0.7% | 1% | - |
| XYZ | 38.54 | 21.62 | 96.75 | - |
| YUV | 126.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 255 | 0.31 | 0.70 | 0 | 0 | 273.52 | 1 | 0.65 |
| Hex | B0 | 4C | FF | 1F | 46 | 0 | 0 | 112 | 64 | 41 |
| Octal | 260 | 114 | 377 | 37 | 106 | 0 | 0 | 422 | 144 | 101 |
| Binary | 10110000 | 1001100 | 11111111 | 11111 | 1000110 | 0 | 0 | 100010010 | 1100100 | 1000001 |
Color Harmonies of #B04CFF
Complementary color
Monochromatic Colors of #B04CFF
Black with #B04CFF
Text Example
Text Example
White with #B04CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CFF; }
p { color: rgb(176,76,255); }
H1.HeaderClassName
{
color: #B04CFF;
}
.AnyTagClassName
{
color: #B04CFF;
}
</style>
background-color css
<style>
a { background-color: #B04CFF; }
a { background-color: rgb(176,76,255); }
div.DivClassName
{
background-color: #B04CFF;
}
.BgClassName
{
background-color: #B04CFF;
}
</style>
border-color css
<style>
span { border-color: #B04CFF; }
span { border-color: rgb(176,76,255); }
td.TdClassName
{
border-color: #B04CFF;
}
.TagClassName
{
border-color: #B04CFF;
}
</style>