Shades of Medium Orchid #B658CE
Tints of Medium Orchid #B658CE
RGB
CMYK
RGB Variations
Color information
#B658CE (or 0xB658CE) is known color: Medium Orchid. HEX triplet: B6, 58 and CE. RGB value is (182,88,206). Sum of RGB (Red+Green+Blue) = 182+88+206=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B658CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CE is #49A731. Grayscale: #818181. Windows color (decimal): -4826930 or 13523126. OLE color: 13523126.
HSL color Cylindrical-coordinate representation of color #B658CE: hue angle of 287.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B658CE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 88 | 206 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.19 |
| HSL | 287.8º | 0.55% | 0.58% | - |
| HSV(B) | 287.8º | 0.57% | 0.81% | - |
| XYZ | 33.92 | 21.38 | 60.73 | - |
| YUV | 129.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 206 | 0.12 | 0.57 | 0 | 0.19 | 287.8 | 0.55 | 0.58 |
| Hex | B6 | 58 | CE | C | 39 | 0 | 13 | 120 | 37 | 3A |
| Octal | 266 | 130 | 316 | 14 | 71 | 0 | 23 | 440 | 67 | 72 |
| Binary | 10110110 | 1011000 | 11001110 | 1100 | 111001 | 0 | 10011 | 100100000 | 110111 | 111010 |
Color Harmonies of #B658CE
Complementary color
Monochromatic Colors of #B658CE
Black with #B658CE
Text Example
Text Example
White with #B658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658CE; }
p { color: rgb(182,88,206); }
H1.HeaderClassName
{
color: #B658CE;
}
.AnyTagClassName
{
color: #B658CE;
}
</style>
background-color css
<style>
a { background-color: #B658CE; }
a { background-color: rgb(182,88,206); }
div.DivClassName
{
background-color: #B658CE;
}
.BgClassName
{
background-color: #B658CE;
}
</style>
border-color css
<style>
span { border-color: #B658CE; }
span { border-color: rgb(182,88,206); }
td.TdClassName
{
border-color: #B658CE;
}
.TagClassName
{
border-color: #B658CE;
}
</style>