Shades of Medium Orchid #B652CC
Tints of Medium Orchid #B652CC
RGB
CMYK
RGB Variations
Color information
#B652CC (or 0xB652CC) is known color: Medium Orchid. HEX triplet: B6, 52 and CC. RGB value is (182,82,204). Sum of RGB (Red+Green+Blue) = 182+82+204=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B652CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CC is #49AD33. Grayscale: #7D7D7D. Windows color (decimal): -4828468 or 13390518. OLE color: 13390518.
HSL color Cylindrical-coordinate representation of color #B652CC: hue angle of 289.18º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B652CC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 82 | 204 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.2 |
| HSL | 289.18º | 0.54% | 0.56% | - |
| HSV(B) | 289.18º | 0.6% | 0.8% | - |
| XYZ | 33.21 | 20.34 | 59.3 | - |
| YUV | 125.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 204 | 0.11 | 0.60 | 0 | 0.2 | 289.18 | 0.54 | 0.56 |
| Hex | B6 | 52 | CC | B | 3C | 0 | 14 | 121 | 36 | 38 |
| Octal | 266 | 122 | 314 | 13 | 74 | 0 | 24 | 441 | 66 | 70 |
| Binary | 10110110 | 1010010 | 11001100 | 1011 | 111100 | 0 | 10100 | 100100001 | 110110 | 111000 |
Color Harmonies of #B652CC
Complementary color
Monochromatic Colors of #B652CC
Black with #B652CC
Text Example
Text Example
White with #B652CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652CC; }
p { color: rgb(182,82,204); }
H1.HeaderClassName
{
color: #B652CC;
}
.AnyTagClassName
{
color: #B652CC;
}
</style>
background-color css
<style>
a { background-color: #B652CC; }
a { background-color: rgb(182,82,204); }
div.DivClassName
{
background-color: #B652CC;
}
.BgClassName
{
background-color: #B652CC;
}
</style>
border-color css
<style>
span { border-color: #B652CC; }
span { border-color: rgb(182,82,204); }
td.TdClassName
{
border-color: #B652CC;
}
.TagClassName
{
border-color: #B652CC;
}
</style>