Shades of Medium Orchid #B658C8
Tints of Medium Orchid #B658C8
RGB
CMYK
RGB Variations
Color information
#B658C8 (or 0xB658C8) is known color: Medium Orchid. HEX triplet: B6, 58 and C8. RGB value is (182,88,200). Sum of RGB (Red+Green+Blue) = 182+88+200=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #B658C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658C8 is #49A737. Grayscale: #808080. Windows color (decimal): -4826936 or 13129910. OLE color: 13129910.
HSL color Cylindrical-coordinate representation of color #B658C8: hue angle of 290.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B658C8 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 88 | 200 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.22 |
| HSL | 290.36º | 0.5% | 0.56% | - |
| HSV(B) | 290.36º | 0.56% | 0.78% | - |
| XYZ | 33.21 | 21.09 | 56.97 | - |
| YUV | 128.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 200 | 0.09 | 0.56 | 0 | 0.22 | 290.36 | 0.5 | 0.56 |
| Hex | B6 | 58 | C8 | 9 | 38 | 0 | 16 | 122 | 32 | 38 |
| Octal | 266 | 130 | 310 | 11 | 70 | 0 | 26 | 442 | 62 | 70 |
| Binary | 10110110 | 1011000 | 11001000 | 1001 | 111000 | 0 | 10110 | 100100010 | 110010 | 111000 |
Color Harmonies of #B658C8
Complementary color
Monochromatic Colors of #B658C8
Black with #B658C8
Text Example
Text Example
White with #B658C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658C8; }
p { color: rgb(182,88,200); }
H1.HeaderClassName
{
color: #B658C8;
}
.AnyTagClassName
{
color: #B658C8;
}
</style>
background-color css
<style>
a { background-color: #B658C8; }
a { background-color: rgb(182,88,200); }
div.DivClassName
{
background-color: #B658C8;
}
.BgClassName
{
background-color: #B658C8;
}
</style>
border-color css
<style>
span { border-color: #B658C8; }
span { border-color: rgb(182,88,200); }
td.TdClassName
{
border-color: #B658C8;
}
.TagClassName
{
border-color: #B658C8;
}
</style>