Shades of Medium Orchid #B255CB
Tints of Medium Orchid #B255CB
RGB
CMYK
RGB Variations
Color information
#B255CB (or 0xB255CB) is known color: Medium Orchid. HEX triplet: B2, 55 and CB. RGB value is (178,85,203). Sum of RGB (Red+Green+Blue) = 178+85+203=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B255CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CB is #4DAA34. Grayscale: #7D7D7D. Windows color (decimal): -5089845 or 13325746. OLE color: 13325746.
HSL color Cylindrical-coordinate representation of color #B255CB: hue angle of 287.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B255CB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 85 | 203 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.20 |
| HSL | 287.29º | 0.53% | 0.56% | - |
| HSV(B) | 287.29º | 0.58% | 0.8% | - |
| XYZ | 32.39 | 20.27 | 58.71 | - |
| YUV | 126.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 203 | 0.12 | 0.58 | 0 | 0.20 | 287.29 | 0.53 | 0.56 |
| Hex | B2 | 55 | CB | C | 3A | 0 | 14 | 11F | 35 | 38 |
| Octal | 262 | 125 | 313 | 14 | 72 | 0 | 24 | 437 | 65 | 70 |
| Binary | 10110010 | 1010101 | 11001011 | 1100 | 111010 | 0 | 10100 | 100011111 | 110101 | 111000 |
Color Harmonies of #B255CB
Complementary color
Monochromatic Colors of #B255CB
Black with #B255CB
Text Example
Text Example
White with #B255CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255CB; }
p { color: rgb(178,85,203); }
H1.HeaderClassName
{
color: #B255CB;
}
.AnyTagClassName
{
color: #B255CB;
}
</style>
background-color css
<style>
a { background-color: #B255CB; }
a { background-color: rgb(178,85,203); }
div.DivClassName
{
background-color: #B255CB;
}
.BgClassName
{
background-color: #B255CB;
}
</style>
border-color css
<style>
span { border-color: #B255CB; }
span { border-color: rgb(178,85,203); }
td.TdClassName
{
border-color: #B255CB;
}
.TagClassName
{
border-color: #B255CB;
}
</style>