Shades of Medium Orchid #B443CC
Tints of Medium Orchid #B443CC
RGB
CMYK
RGB Variations
Color information
#B443CC (or 0xB443CC) is known color: Medium Orchid. HEX triplet: B4, 43 and CC. RGB value is (180,67,204). Sum of RGB (Red+Green+Blue) = 180+67+204=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B443CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443CC is #4BBC33. Grayscale: #737373. Windows color (decimal): -4963380 or 13386676. OLE color: 13386676.
HSL color Cylindrical-coordinate representation of color #B443CC: hue angle of 289.49º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B443CC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 67 | 204 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.2 |
| HSL | 289.49º | 0.57% | 0.53% | - |
| HSV(B) | 289.49º | 0.67% | 0.8% | - |
| XYZ | 31.73 | 18.08 | 58.94 | - |
| YUV | 116.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 204 | 0.12 | 0.67 | 0 | 0.2 | 289.49 | 0.57 | 0.53 |
| Hex | B4 | 43 | CC | C | 43 | 0 | 14 | 121 | 39 | 35 |
| Octal | 264 | 103 | 314 | 14 | 103 | 0 | 24 | 441 | 71 | 65 |
| Binary | 10110100 | 1000011 | 11001100 | 1100 | 1000011 | 0 | 10100 | 100100001 | 111001 | 110101 |
Color Harmonies of #B443CC
Complementary color
Monochromatic Colors of #B443CC
Black with #B443CC
Text Example
Text Example
White with #B443CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443CC; }
p { color: rgb(180,67,204); }
H1.HeaderClassName
{
color: #B443CC;
}
.AnyTagClassName
{
color: #B443CC;
}
</style>
background-color css
<style>
a { background-color: #B443CC; }
a { background-color: rgb(180,67,204); }
div.DivClassName
{
background-color: #B443CC;
}
.BgClassName
{
background-color: #B443CC;
}
</style>
border-color css
<style>
span { border-color: #B443CC; }
span { border-color: rgb(180,67,204); }
td.TdClassName
{
border-color: #B443CC;
}
.TagClassName
{
border-color: #B443CC;
}
</style>