Shades of Medium Orchid #B04BDC
Tints of Medium Orchid #B04BDC
RGB
CMYK
RGB Variations
Color information
#B04BDC (or 0xB04BDC) is known color: Medium Orchid. HEX triplet: B0, 4B and DC. RGB value is (176,75,220). Sum of RGB (Red+Green+Blue) = 176+75+220=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #B04BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BDC is #4FB423. Grayscale: #797979. Windows color (decimal): -5223460 or 14437296. OLE color: 14437296.
HSL color Cylindrical-coordinate representation of color #B04BDC: hue angle of 281.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04BDC is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 75 | 220 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.14 |
| HSL | 281.79º | 0.67% | 0.58% | - |
| HSV(B) | 281.79º | 0.66% | 0.86% | - |
| XYZ | 33.34 | 19.43 | 69.7 | - |
| YUV | 121.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 220 | 0.2 | 0.66 | 0 | 0.14 | 281.79 | 0.67 | 0.58 |
| Hex | B0 | 4B | DC | 14 | 42 | 0 | E | 11A | 43 | 3A |
| Octal | 260 | 113 | 334 | 24 | 102 | 0 | 16 | 432 | 103 | 72 |
| Binary | 10110000 | 1001011 | 11011100 | 10100 | 1000010 | 0 | 1110 | 100011010 | 1000011 | 111010 |
Color Harmonies of #B04BDC
Complementary color
Monochromatic Colors of #B04BDC
Black with #B04BDC
Text Example
Text Example
White with #B04BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BDC; }
p { color: rgb(176,75,220); }
H1.HeaderClassName
{
color: #B04BDC;
}
.AnyTagClassName
{
color: #B04BDC;
}
</style>
background-color css
<style>
a { background-color: #B04BDC; }
a { background-color: rgb(176,75,220); }
div.DivClassName
{
background-color: #B04BDC;
}
.BgClassName
{
background-color: #B04BDC;
}
</style>
border-color css
<style>
span { border-color: #B04BDC; }
span { border-color: rgb(176,75,220); }
td.TdClassName
{
border-color: #B04BDC;
}
.TagClassName
{
border-color: #B04BDC;
}
</style>