Shades of Medium Orchid #B55DF3
Tints of Medium Orchid #B55DF3
RGB
CMYK
RGB Variations
Color information
#B55DF3 (or 0xB55DF3) is known color: Medium Orchid. HEX triplet: B5, 5D and F3. RGB value is (181,93,243). Sum of RGB (Red+Green+Blue) = 181+93+243=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #B55DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DF3 is #4AA20C. Grayscale: #878787. Windows color (decimal): -4891149 or 15949237. OLE color: 15949237.
HSL color Cylindrical-coordinate representation of color #B55DF3: hue angle of 275.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55DF3 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 93 | 243 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.05 |
| HSL | 275.2º | 0.86% | 0.66% | - |
| HSV(B) | 275.2º | 0.62% | 0.95% | - |
| XYZ | 39.15 | 24.12 | 87.39 | - |
| YUV | 136.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 243 | 0.26 | 0.62 | 0 | 0.05 | 275.2 | 0.86 | 0.66 |
| Hex | B5 | 5D | F3 | 1A | 3E | 0 | 5 | 113 | 56 | 42 |
| Octal | 265 | 135 | 363 | 32 | 76 | 0 | 5 | 423 | 126 | 102 |
| Binary | 10110101 | 1011101 | 11110011 | 11010 | 111110 | 0 | 101 | 100010011 | 1010110 | 1000010 |
Color Harmonies of #B55DF3
Complementary color
Monochromatic Colors of #B55DF3
Black with #B55DF3
Text Example
Text Example
White with #B55DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DF3; }
p { color: rgb(181,93,243); }
H1.HeaderClassName
{
color: #B55DF3;
}
.AnyTagClassName
{
color: #B55DF3;
}
</style>
background-color css
<style>
a { background-color: #B55DF3; }
a { background-color: rgb(181,93,243); }
div.DivClassName
{
background-color: #B55DF3;
}
.BgClassName
{
background-color: #B55DF3;
}
</style>
border-color css
<style>
span { border-color: #B55DF3; }
span { border-color: rgb(181,93,243); }
td.TdClassName
{
border-color: #B55DF3;
}
.TagClassName
{
border-color: #B55DF3;
}
</style>