Shades of Medium Orchid #B442CC
Tints of Medium Orchid #B442CC
RGB
CMYK
RGB Variations
Color information
#B442CC (or 0xB442CC) is known color: Medium Orchid. HEX triplet: B4, 42 and CC. RGB value is (180,66,204). Sum of RGB (Red+Green+Blue) = 180+66+204=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B442CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442CC is #4BBD33. Grayscale: #737373. Windows color (decimal): -4963636 or 13386420. OLE color: 13386420.
HSL color Cylindrical-coordinate representation of color #B442CC: hue angle of 289.57º 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 #B442CC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 66 | 204 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.2 |
| HSL | 289.57º | 0.58% | 0.53% | - |
| HSV(B) | 289.57º | 0.68% | 0.8% | - |
| XYZ | 31.67 | 17.96 | 58.92 | - |
| YUV | 115.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 204 | 0.12 | 0.68 | 0 | 0.2 | 289.57 | 0.58 | 0.53 |
| Hex | B4 | 42 | CC | C | 44 | 0 | 14 | 122 | 3A | 35 |
| Octal | 264 | 102 | 314 | 14 | 104 | 0 | 24 | 442 | 72 | 65 |
| Binary | 10110100 | 1000010 | 11001100 | 1100 | 1000100 | 0 | 10100 | 100100010 | 111010 | 110101 |
Color Harmonies of #B442CC
Complementary color
Monochromatic Colors of #B442CC
Black with #B442CC
Text Example
Text Example
White with #B442CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442CC; }
p { color: rgb(180,66,204); }
H1.HeaderClassName
{
color: #B442CC;
}
.AnyTagClassName
{
color: #B442CC;
}
</style>
background-color css
<style>
a { background-color: #B442CC; }
a { background-color: rgb(180,66,204); }
div.DivClassName
{
background-color: #B442CC;
}
.BgClassName
{
background-color: #B442CC;
}
</style>
border-color css
<style>
span { border-color: #B442CC; }
span { border-color: rgb(180,66,204); }
td.TdClassName
{
border-color: #B442CC;
}
.TagClassName
{
border-color: #B442CC;
}
</style>