Shades of Medium Orchid #B658CB
Tints of Medium Orchid #B658CB
RGB
CMYK
RGB Variations
Color information
#B658CB (or 0xB658CB) is known color: Medium Orchid. HEX triplet: B6, 58 and CB. RGB value is (182,88,203). Sum of RGB (Red+Green+Blue) = 182+88+203=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B658CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CB is #49A734. Grayscale: #808080. Windows color (decimal): -4826933 or 13326518. OLE color: 13326518.
HSL color Cylindrical-coordinate representation of color #B658CB: hue angle of 289.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B658CB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 88 | 203 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.20 |
| HSL | 289.04º | 0.53% | 0.57% | - |
| HSV(B) | 289.04º | 0.57% | 0.8% | - |
| XYZ | 33.56 | 21.24 | 58.83 | - |
| YUV | 129.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 203 | 0.10 | 0.57 | 0 | 0.20 | 289.04 | 0.53 | 0.57 |
| Hex | B6 | 58 | CB | A | 39 | 0 | 14 | 121 | 35 | 39 |
| Octal | 266 | 130 | 313 | 12 | 71 | 0 | 24 | 441 | 65 | 71 |
| Binary | 10110110 | 1011000 | 11001011 | 1010 | 111001 | 0 | 10100 | 100100001 | 110101 | 111001 |
Color Harmonies of #B658CB
Complementary color
Monochromatic Colors of #B658CB
Black with #B658CB
Text Example
Text Example
White with #B658CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658CB; }
p { color: rgb(182,88,203); }
H1.HeaderClassName
{
color: #B658CB;
}
.AnyTagClassName
{
color: #B658CB;
}
</style>
background-color css
<style>
a { background-color: #B658CB; }
a { background-color: rgb(182,88,203); }
div.DivClassName
{
background-color: #B658CB;
}
.BgClassName
{
background-color: #B658CB;
}
</style>
border-color css
<style>
span { border-color: #B658CB; }
span { border-color: rgb(182,88,203); }
td.TdClassName
{
border-color: #B658CB;
}
.TagClassName
{
border-color: #B658CB;
}
</style>