Shades of Medium Orchid #B55CCB
Tints of Medium Orchid #B55CCB
RGB
CMYK
RGB Variations
Color information
#B55CCB (or 0xB55CCB) is known color: Medium Orchid. HEX triplet: B5, 5C and CB. RGB value is (181,92,203). Sum of RGB (Red+Green+Blue) = 181+92+203=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CCB is #4AA334. Grayscale: #828282. Windows color (decimal): -4891445 or 13327541. OLE color: 13327541.
HSL color Cylindrical-coordinate representation of color #B55CCB: hue angle of 288.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55CCB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 92 | 203 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.20 |
| HSL | 288.11º | 0.52% | 0.58% | - |
| HSV(B) | 288.11º | 0.55% | 0.8% | - |
| XYZ | 33.66 | 21.79 | 58.93 | - |
| YUV | 131.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 203 | 0.11 | 0.55 | 0 | 0.20 | 288.11 | 0.52 | 0.58 |
| Hex | B5 | 5C | CB | B | 37 | 0 | 14 | 120 | 34 | 3A |
| Octal | 265 | 134 | 313 | 13 | 67 | 0 | 24 | 440 | 64 | 72 |
| Binary | 10110101 | 1011100 | 11001011 | 1011 | 110111 | 0 | 10100 | 100100000 | 110100 | 111010 |
Color Harmonies of #B55CCB
Complementary color
Monochromatic Colors of #B55CCB
Black with #B55CCB
Text Example
Text Example
White with #B55CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CCB; }
p { color: rgb(181,92,203); }
H1.HeaderClassName
{
color: #B55CCB;
}
.AnyTagClassName
{
color: #B55CCB;
}
</style>
background-color css
<style>
a { background-color: #B55CCB; }
a { background-color: rgb(181,92,203); }
div.DivClassName
{
background-color: #B55CCB;
}
.BgClassName
{
background-color: #B55CCB;
}
</style>
border-color css
<style>
span { border-color: #B55CCB; }
span { border-color: rgb(181,92,203); }
td.TdClassName
{
border-color: #B55CCB;
}
.TagClassName
{
border-color: #B55CCB;
}
</style>