Shades of Medium Orchid #B55FFB
Tints of Medium Orchid #B55FFB
RGB
CMYK
RGB Variations
Color information
#B55FFB (or 0xB55FFB) is known color: Medium Orchid. HEX triplet: B5, 5F and FB. RGB value is (181,95,251). Sum of RGB (Red+Green+Blue) = 181+95+251=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B55FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FFB is #4AA004. Grayscale: #898989. Windows color (decimal): -4890629 or 16474037. OLE color: 16474037.
HSL color Cylindrical-coordinate representation of color #B55FFB: hue angle of 273.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55FFB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 95 | 251 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.02 |
| HSL | 273.08º | 0.95% | 0.68% | - |
| HSV(B) | 273.08º | 0.62% | 0.98% | - |
| XYZ | 40.56 | 24.97 | 93.95 | - |
| YUV | 138.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 251 | 0.28 | 0.62 | 0 | 0.02 | 273.08 | 0.95 | 0.68 |
| Hex | B5 | 5F | FB | 1C | 3E | 0 | 2 | 111 | 5F | 44 |
| Octal | 265 | 137 | 373 | 34 | 76 | 0 | 2 | 421 | 137 | 104 |
| Binary | 10110101 | 1011111 | 11111011 | 11100 | 111110 | 0 | 10 | 100010001 | 1011111 | 1000100 |
Color Harmonies of #B55FFB
Complementary color
Monochromatic Colors of #B55FFB
Black with #B55FFB
Text Example
Text Example
White with #B55FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FFB; }
p { color: rgb(181,95,251); }
H1.HeaderClassName
{
color: #B55FFB;
}
.AnyTagClassName
{
color: #B55FFB;
}
</style>
background-color css
<style>
a { background-color: #B55FFB; }
a { background-color: rgb(181,95,251); }
div.DivClassName
{
background-color: #B55FFB;
}
.BgClassName
{
background-color: #B55FFB;
}
</style>
border-color css
<style>
span { border-color: #B55FFB; }
span { border-color: rgb(181,95,251); }
td.TdClassName
{
border-color: #B55FFB;
}
.TagClassName
{
border-color: #B55FFB;
}
</style>