Shades of Medium Orchid #B658DC
Tints of Medium Orchid #B658DC
RGB
CMYK
RGB Variations
Color information
#B658DC (or 0xB658DC) is known color: Medium Orchid. HEX triplet: B6, 58 and DC. RGB value is (182,88,220). Sum of RGB (Red+Green+Blue) = 182+88+220=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B658DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658DC is #49A723. Grayscale: #828282. Windows color (decimal): -4826916 or 14440630. OLE color: 14440630.
HSL color Cylindrical-coordinate representation of color #B658DC: hue angle of 282.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B658DC is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 88 | 220 | - |
| CMYK | 0.17 | 0.6 | 0 | 0.14 |
| HSL | 282.73º | 0.65% | 0.6% | - |
| HSV(B) | 282.73º | 0.6% | 0.86% | - |
| XYZ | 35.7 | 22.09 | 70.09 | - |
| YUV | 131.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 220 | 0.17 | 0.6 | 0 | 0.14 | 282.73 | 0.65 | 0.6 |
| Hex | B6 | 58 | DC | 11 | 3C | 0 | E | 11B | 41 | 3C |
| Octal | 266 | 130 | 334 | 21 | 74 | 0 | 16 | 433 | 101 | 74 |
| Binary | 10110110 | 1011000 | 11011100 | 10001 | 111100 | 0 | 1110 | 100011011 | 1000001 | 111100 |
Color Harmonies of #B658DC
Complementary color
Monochromatic Colors of #B658DC
Black with #B658DC
Text Example
Text Example
White with #B658DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658DC; }
p { color: rgb(182,88,220); }
H1.HeaderClassName
{
color: #B658DC;
}
.AnyTagClassName
{
color: #B658DC;
}
</style>
background-color css
<style>
a { background-color: #B658DC; }
a { background-color: rgb(182,88,220); }
div.DivClassName
{
background-color: #B658DC;
}
.BgClassName
{
background-color: #B658DC;
}
</style>
border-color css
<style>
span { border-color: #B658DC; }
span { border-color: rgb(182,88,220); }
td.TdClassName
{
border-color: #B658DC;
}
.TagClassName
{
border-color: #B658DC;
}
</style>