Shades of Medium Orchid #B55DF4
Tints of Medium Orchid #B55DF4
RGB
CMYK
RGB Variations
Color information
#B55DF4 (or 0xB55DF4) is known color: Medium Orchid. HEX triplet: B5, 5D and F4. RGB value is (181,93,244). Sum of RGB (Red+Green+Blue) = 181+93+244=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #B55DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DF4 is #4AA20B. Grayscale: #888888. Windows color (decimal): -4891148 or 16014773. OLE color: 16014773.
HSL color Cylindrical-coordinate representation of color #B55DF4: hue angle of 274.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55DF4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 93 | 244 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.04 |
| HSL | 274.97º | 0.87% | 0.66% | - |
| HSV(B) | 274.97º | 0.62% | 0.96% | - |
| XYZ | 39.3 | 24.18 | 88.18 | - |
| YUV | 136.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 244 | 0.26 | 0.62 | 0 | 0.04 | 274.97 | 0.87 | 0.66 |
| Hex | B5 | 5D | F4 | 1A | 3E | 0 | 4 | 113 | 57 | 42 |
| Octal | 265 | 135 | 364 | 32 | 76 | 0 | 4 | 423 | 127 | 102 |
| Binary | 10110101 | 1011101 | 11110100 | 11010 | 111110 | 0 | 100 | 100010011 | 1010111 | 1000010 |
Color Harmonies of #B55DF4
Complementary color
Monochromatic Colors of #B55DF4
Black with #B55DF4
Text Example
Text Example
White with #B55DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DF4; }
p { color: rgb(181,93,244); }
H1.HeaderClassName
{
color: #B55DF4;
}
.AnyTagClassName
{
color: #B55DF4;
}
</style>
background-color css
<style>
a { background-color: #B55DF4; }
a { background-color: rgb(181,93,244); }
div.DivClassName
{
background-color: #B55DF4;
}
.BgClassName
{
background-color: #B55DF4;
}
</style>
border-color css
<style>
span { border-color: #B55DF4; }
span { border-color: rgb(181,93,244); }
td.TdClassName
{
border-color: #B55DF4;
}
.TagClassName
{
border-color: #B55DF4;
}
</style>