Shades of Medium Orchid #B55FCC
Tints of Medium Orchid #B55FCC
RGB
CMYK
RGB Variations
Color information
#B55FCC (or 0xB55FCC) is known color: Medium Orchid. HEX triplet: B5, 5F and CC. RGB value is (181,95,204). Sum of RGB (Red+Green+Blue) = 181+95+204=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCC is #4AA033. Grayscale: #848484. Windows color (decimal): -4890676 or 13393845. OLE color: 13393845.
HSL color Cylindrical-coordinate representation of color #B55FCC: hue angle of 287.34º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55FCC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 95 | 204 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.2 |
| HSL | 287.34º | 0.52% | 0.59% | - |
| HSV(B) | 287.34º | 0.53% | 0.8% | - |
| XYZ | 34.05 | 22.37 | 59.65 | - |
| YUV | 133.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 204 | 0.11 | 0.53 | 0 | 0.2 | 287.34 | 0.52 | 0.59 |
| Hex | B5 | 5F | CC | B | 35 | 0 | 14 | 11F | 34 | 3B |
| Octal | 265 | 137 | 314 | 13 | 65 | 0 | 24 | 437 | 64 | 73 |
| Binary | 10110101 | 1011111 | 11001100 | 1011 | 110101 | 0 | 10100 | 100011111 | 110100 | 111011 |
Color Harmonies of #B55FCC
Complementary color
Monochromatic Colors of #B55FCC
Black with #B55FCC
Text Example
Text Example
White with #B55FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FCC; }
p { color: rgb(181,95,204); }
H1.HeaderClassName
{
color: #B55FCC;
}
.AnyTagClassName
{
color: #B55FCC;
}
</style>
background-color css
<style>
a { background-color: #B55FCC; }
a { background-color: rgb(181,95,204); }
div.DivClassName
{
background-color: #B55FCC;
}
.BgClassName
{
background-color: #B55FCC;
}
</style>
border-color css
<style>
span { border-color: #B55FCC; }
span { border-color: rgb(181,95,204); }
td.TdClassName
{
border-color: #B55FCC;
}
.TagClassName
{
border-color: #B55FCC;
}
</style>