Shades of Medium Orchid #B653CC
Tints of Medium Orchid #B653CC
RGB
CMYK
RGB Variations
Color information
#B653CC (or 0xB653CC) is known color: Medium Orchid. HEX triplet: B6, 53 and CC. RGB value is (182,83,204). Sum of RGB (Red+Green+Blue) = 182+83+204=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B653CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653CC is #49AC33. Grayscale: #7E7E7E. Windows color (decimal): -4828212 or 13390774. OLE color: 13390774.
HSL color Cylindrical-coordinate representation of color #B653CC: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B653CC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 83 | 204 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.2 |
| HSL | 289.09º | 0.54% | 0.56% | - |
| HSV(B) | 289.09º | 0.59% | 0.8% | - |
| XYZ | 33.28 | 20.49 | 59.33 | - |
| YUV | 126.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 204 | 0.11 | 0.59 | 0 | 0.2 | 289.09 | 0.54 | 0.56 |
| Hex | B6 | 53 | CC | B | 3B | 0 | 14 | 121 | 36 | 38 |
| Octal | 266 | 123 | 314 | 13 | 73 | 0 | 24 | 441 | 66 | 70 |
| Binary | 10110110 | 1010011 | 11001100 | 1011 | 111011 | 0 | 10100 | 100100001 | 110110 | 111000 |
Color Harmonies of #B653CC
Complementary color
Monochromatic Colors of #B653CC
Black with #B653CC
Text Example
Text Example
White with #B653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653CC; }
p { color: rgb(182,83,204); }
H1.HeaderClassName
{
color: #B653CC;
}
.AnyTagClassName
{
color: #B653CC;
}
</style>
background-color css
<style>
a { background-color: #B653CC; }
a { background-color: rgb(182,83,204); }
div.DivClassName
{
background-color: #B653CC;
}
.BgClassName
{
background-color: #B653CC;
}
</style>
border-color css
<style>
span { border-color: #B653CC; }
span { border-color: rgb(182,83,204); }
td.TdClassName
{
border-color: #B653CC;
}
.TagClassName
{
border-color: #B653CC;
}
</style>