Shades of Medium Orchid #B04FDC
Tints of Medium Orchid #B04FDC
RGB
CMYK
RGB Variations
Color information
#B04FDC (or 0xB04FDC) is known color: Medium Orchid. HEX triplet: B0, 4F and DC. RGB value is (176,79,220). Sum of RGB (Red+Green+Blue) = 176+79+220=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B04FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FDC is #4FB023. Grayscale: #7B7B7B. Windows color (decimal): -5222436 or 14438320. OLE color: 14438320.
HSL color Cylindrical-coordinate representation of color #B04FDC: hue angle of 281.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04FDC is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 79 | 220 | - |
| CMYK | 0.2 | 0.64 | 0 | 0.14 |
| HSL | 281.28º | 0.67% | 0.59% | - |
| HSV(B) | 281.28º | 0.64% | 0.86% | - |
| XYZ | 33.62 | 19.99 | 69.8 | - |
| YUV | 124.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 220 | 0.2 | 0.64 | 0 | 0.14 | 281.28 | 0.67 | 0.59 |
| Hex | B0 | 4F | DC | 14 | 40 | 0 | E | 119 | 43 | 3B |
| Octal | 260 | 117 | 334 | 24 | 100 | 0 | 16 | 431 | 103 | 73 |
| Binary | 10110000 | 1001111 | 11011100 | 10100 | 1000000 | 0 | 1110 | 100011001 | 1000011 | 111011 |
Color Harmonies of #B04FDC
Complementary color
Monochromatic Colors of #B04FDC
Black with #B04FDC
Text Example
Text Example
White with #B04FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FDC; }
p { color: rgb(176,79,220); }
H1.HeaderClassName
{
color: #B04FDC;
}
.AnyTagClassName
{
color: #B04FDC;
}
</style>
background-color css
<style>
a { background-color: #B04FDC; }
a { background-color: rgb(176,79,220); }
div.DivClassName
{
background-color: #B04FDC;
}
.BgClassName
{
background-color: #B04FDC;
}
</style>
border-color css
<style>
span { border-color: #B04FDC; }
span { border-color: rgb(176,79,220); }
td.TdClassName
{
border-color: #B04FDC;
}
.TagClassName
{
border-color: #B04FDC;
}
</style>