Shades of Medium Orchid #B642CC
Tints of Medium Orchid #B642CC
RGB
CMYK
RGB Variations
Color information
#B642CC (or 0xB642CC) is known color: Medium Orchid. HEX triplet: B6, 42 and CC. RGB value is (182,66,204). Sum of RGB (Red+Green+Blue) = 182+66+204=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B642CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CC is #49BD33. Grayscale: #737373. Windows color (decimal): -4832564 or 13386422. OLE color: 13386422.
HSL color Cylindrical-coordinate representation of color #B642CC: hue angle of 290.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B642CC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 66 | 204 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.2 |
| HSL | 290.43º | 0.58% | 0.53% | - |
| HSV(B) | 290.43º | 0.68% | 0.8% | - |
| XYZ | 32.14 | 18.2 | 58.95 | - |
| YUV | 116.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 204 | 0.11 | 0.68 | 0 | 0.2 | 290.43 | 0.58 | 0.53 |
| Hex | B6 | 42 | CC | B | 44 | 0 | 14 | 122 | 3A | 35 |
| Octal | 266 | 102 | 314 | 13 | 104 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110110 | 1000010 | 11001100 | 1011 | 1000100 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B642CC
Complementary color
Monochromatic Colors of #B642CC
Black with #B642CC
Text Example
Text Example
White with #B642CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B642CC; }
p { color: rgb(182,66,204); }
H1.HeaderClassName
{
color: #B642CC;
}
.AnyTagClassName
{
color: #B642CC;
}
</style>
background-color css
<style>
a { background-color: #B642CC; }
a { background-color: rgb(182,66,204); }
div.DivClassName
{
background-color: #B642CC;
}
.BgClassName
{
background-color: #B642CC;
}
</style>
border-color css
<style>
span { border-color: #B642CC; }
span { border-color: rgb(182,66,204); }
td.TdClassName
{
border-color: #B642CC;
}
.TagClassName
{
border-color: #B642CC;
}
</style>