Shades of Medium Orchid #B555D4
Tints of Medium Orchid #B555D4
RGB
CMYK
RGB Variations
Color information
#B555D4 (or 0xB555D4) is known color: Medium Orchid. HEX triplet: B5, 55 and D4. RGB value is (181,85,212). Sum of RGB (Red+Green+Blue) = 181+85+212=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #B555D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555D4 is #4AAA2B. Grayscale: #7F7F7F. Windows color (decimal): -4893228 or 13915573. OLE color: 13915573.
HSL color Cylindrical-coordinate representation of color #B555D4: hue angle of 285.35º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B555D4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 85 | 212 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.17 |
| HSL | 285.35º | 0.6% | 0.58% | - |
| HSV(B) | 285.35º | 0.6% | 0.83% | - |
| XYZ | 34.19 | 21.07 | 64.55 | - |
| YUV | 128.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 212 | 0.15 | 0.60 | 0 | 0.17 | 285.35 | 0.6 | 0.58 |
| Hex | B5 | 55 | D4 | F | 3C | 0 | 11 | 11D | 3C | 3A |
| Octal | 265 | 125 | 324 | 17 | 74 | 0 | 21 | 435 | 74 | 72 |
| Binary | 10110101 | 1010101 | 11010100 | 1111 | 111100 | 0 | 10001 | 100011101 | 111100 | 111010 |
Color Harmonies of #B555D4
Complementary color
Monochromatic Colors of #B555D4
Black with #B555D4
Text Example
Text Example
White with #B555D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555D4; }
p { color: rgb(181,85,212); }
H1.HeaderClassName
{
color: #B555D4;
}
.AnyTagClassName
{
color: #B555D4;
}
</style>
background-color css
<style>
a { background-color: #B555D4; }
a { background-color: rgb(181,85,212); }
div.DivClassName
{
background-color: #B555D4;
}
.BgClassName
{
background-color: #B555D4;
}
</style>
border-color css
<style>
span { border-color: #B555D4; }
span { border-color: rgb(181,85,212); }
td.TdClassName
{
border-color: #B555D4;
}
.TagClassName
{
border-color: #B555D4;
}
</style>