Shades of Medium Orchid #B646CB
Tints of Medium Orchid #B646CB
RGB
CMYK
RGB Variations
Color information
#B646CB (or 0xB646CB) is known color: Medium Orchid. HEX triplet: B6, 46 and CB. RGB value is (182,70,203). Sum of RGB (Red+Green+Blue) = 182+70+203=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B646CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646CB is #49B934. Grayscale: #767676. Windows color (decimal): -4831541 or 13321910. OLE color: 13321910.
HSL color Cylindrical-coordinate representation of color #B646CB: hue angle of 290.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B646CB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 70 | 203 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.20 |
| HSL | 290.53º | 0.56% | 0.54% | - |
| HSV(B) | 290.53º | 0.66% | 0.8% | - |
| XYZ | 32.26 | 18.64 | 58.4 | - |
| YUV | 118.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 203 | 0.10 | 0.66 | 0 | 0.20 | 290.53 | 0.56 | 0.54 |
| Hex | B6 | 46 | CB | A | 42 | 0 | 14 | 123 | 38 | 36 |
| Octal | 266 | 106 | 313 | 12 | 102 | 0 | 24 | 443 | 70 | 66 |
| Binary | 10110110 | 1000110 | 11001011 | 1010 | 1000010 | 0 | 10100 | 100100011 | 111000 | 110110 |
Color Harmonies of #B646CB
Complementary color
Monochromatic Colors of #B646CB
Black with #B646CB
Text Example
Text Example
White with #B646CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646CB; }
p { color: rgb(182,70,203); }
H1.HeaderClassName
{
color: #B646CB;
}
.AnyTagClassName
{
color: #B646CB;
}
</style>
background-color css
<style>
a { background-color: #B646CB; }
a { background-color: rgb(182,70,203); }
div.DivClassName
{
background-color: #B646CB;
}
.BgClassName
{
background-color: #B646CB;
}
</style>
border-color css
<style>
span { border-color: #B646CB; }
span { border-color: rgb(182,70,203); }
td.TdClassName
{
border-color: #B646CB;
}
.TagClassName
{
border-color: #B646CB;
}
</style>