Shades of Medium Orchid #B648CC
Tints of Medium Orchid #B648CC
RGB
CMYK
RGB Variations
Color information
#B648CC (or 0xB648CC) is known color: Medium Orchid. HEX triplet: B6, 48 and CC. RGB value is (182,72,204). Sum of RGB (Red+Green+Blue) = 182+72+204=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B648CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648CC is #49B733. Grayscale: #777777. Windows color (decimal): -4831028 or 13387958. OLE color: 13387958.
HSL color Cylindrical-coordinate representation of color #B648CC: hue angle of 290º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B648CC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 72 | 204 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.2 |
| HSL | 290º | 0.56% | 0.54% | - |
| HSV(B) | 290º | 0.65% | 0.8% | - |
| XYZ | 32.51 | 18.94 | 59.07 | - |
| YUV | 119.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 204 | 0.11 | 0.65 | 0 | 0.2 | 290 | 0.56 | 0.54 |
| Hex | B6 | 48 | CC | B | 41 | 0 | 14 | 122 | 38 | 36 |
| Octal | 266 | 110 | 314 | 13 | 101 | 0 | 24 | 442 | 70 | 66 |
| Binary | 10110110 | 1001000 | 11001100 | 1011 | 1000001 | 0 | 10100 | 100100010 | 111000 | 110110 |
Color Harmonies of #B648CC
Complementary color
Monochromatic Colors of #B648CC
Black with #B648CC
Text Example
Text Example
White with #B648CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B648CC; }
p { color: rgb(182,72,204); }
H1.HeaderClassName
{
color: #B648CC;
}
.AnyTagClassName
{
color: #B648CC;
}
</style>
background-color css
<style>
a { background-color: #B648CC; }
a { background-color: rgb(182,72,204); }
div.DivClassName
{
background-color: #B648CC;
}
.BgClassName
{
background-color: #B648CC;
}
</style>
border-color css
<style>
span { border-color: #B648CC; }
span { border-color: rgb(182,72,204); }
td.TdClassName
{
border-color: #B648CC;
}
.TagClassName
{
border-color: #B648CC;
}
</style>