Shades of Medium Orchid #B644CA
Tints of Medium Orchid #B644CA
RGB
CMYK
RGB Variations
Color information
#B644CA (or 0xB644CA) is known color: Medium Orchid. HEX triplet: B6, 44 and CA. RGB value is (182,68,202). Sum of RGB (Red+Green+Blue) = 182+68+202=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B644CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B644CA is #49BB35. Grayscale: #747474. Windows color (decimal): -4832054 or 13255862. OLE color: 13255862.
HSL color Cylindrical-coordinate representation of color #B644CA: hue angle of 291.04º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B644CA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 68 | 202 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.21 |
| HSL | 291.04º | 0.56% | 0.53% | - |
| HSV(B) | 291.04º | 0.66% | 0.79% | - |
| XYZ | 32.02 | 18.34 | 57.73 | - |
| YUV | 117.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 202 | 0.10 | 0.66 | 0 | 0.21 | 291.04 | 0.56 | 0.53 |
| Hex | B6 | 44 | CA | A | 42 | 0 | 15 | 123 | 38 | 35 |
| Octal | 266 | 104 | 312 | 12 | 102 | 0 | 25 | 443 | 70 | 65 |
| Binary | 10110110 | 1000100 | 11001010 | 1010 | 1000010 | 0 | 10101 | 100100011 | 111000 | 110101 |
Color Harmonies of #B644CA
Complementary color
Monochromatic Colors of #B644CA
Black with #B644CA
Text Example
Text Example
White with #B644CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B644CA; }
p { color: rgb(182,68,202); }
H1.HeaderClassName
{
color: #B644CA;
}
.AnyTagClassName
{
color: #B644CA;
}
</style>
background-color css
<style>
a { background-color: #B644CA; }
a { background-color: rgb(182,68,202); }
div.DivClassName
{
background-color: #B644CA;
}
.BgClassName
{
background-color: #B644CA;
}
</style>
border-color css
<style>
span { border-color: #B644CA; }
span { border-color: rgb(182,68,202); }
td.TdClassName
{
border-color: #B644CA;
}
.TagClassName
{
border-color: #B644CA;
}
</style>