Shades of Medium Orchid #B55CFD
Tints of Medium Orchid #B55CFD
RGB
CMYK
RGB Variations
Color information
#B55CFD (or 0xB55CFD) is known color: Medium Orchid. HEX triplet: B5, 5C and FD. RGB value is (181,92,253). Sum of RGB (Red+Green+Blue) = 181+92+253=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #B55CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFD is #4AA302. Grayscale: #888888. Windows color (decimal): -4891395 or 16604341. OLE color: 16604341.
HSL color Cylindrical-coordinate representation of color #B55CFD: hue angle of 273.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55CFD is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 92 | 253 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.01 |
| HSL | 273.17º | 0.98% | 0.68% | - |
| HSV(B) | 273.17º | 0.64% | 0.99% | - |
| XYZ | 40.61 | 24.57 | 95.53 | - |
| YUV | 136.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 253 | 0.28 | 0.64 | 0 | 0.01 | 273.17 | 0.98 | 0.68 |
| Hex | B5 | 5C | FD | 1C | 40 | 0 | 1 | 111 | 62 | 44 |
| Octal | 265 | 134 | 375 | 34 | 100 | 0 | 1 | 421 | 142 | 104 |
| Binary | 10110101 | 1011100 | 11111101 | 11100 | 1000000 | 0 | 1 | 100010001 | 1100010 | 1000100 |
Color Harmonies of #B55CFD
Complementary color
Monochromatic Colors of #B55CFD
Black with #B55CFD
Text Example
Text Example
White with #B55CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CFD; }
p { color: rgb(181,92,253); }
H1.HeaderClassName
{
color: #B55CFD;
}
.AnyTagClassName
{
color: #B55CFD;
}
</style>
background-color css
<style>
a { background-color: #B55CFD; }
a { background-color: rgb(181,92,253); }
div.DivClassName
{
background-color: #B55CFD;
}
.BgClassName
{
background-color: #B55CFD;
}
</style>
border-color css
<style>
span { border-color: #B55CFD; }
span { border-color: rgb(181,92,253); }
td.TdClassName
{
border-color: #B55CFD;
}
.TagClassName
{
border-color: #B55CFD;
}
</style>