Shades of Medium Orchid #B045CC
Tints of Medium Orchid #B045CC
RGB
CMYK
RGB Variations
Color information
#B045CC (or 0xB045CC) is known color: Medium Orchid. HEX triplet: B0, 45 and CC. RGB value is (176,69,204). Sum of RGB (Red+Green+Blue) = 176+69+204=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B045CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045CC is #4FBA33. Grayscale: #737373. Windows color (decimal): -5225012 or 13387184. OLE color: 13387184.
HSL color Cylindrical-coordinate representation of color #B045CC: hue angle of 287.56º degrees, saturation: 0.57, 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 #B045CC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 69 | 204 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.2 |
| HSL | 287.56º | 0.57% | 0.54% | - |
| HSV(B) | 287.56º | 0.66% | 0.8% | - |
| XYZ | 30.93 | 17.85 | 58.94 | - |
| YUV | 116.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 204 | 0.14 | 0.66 | 0 | 0.2 | 287.56 | 0.57 | 0.54 |
| Hex | B0 | 45 | CC | E | 42 | 0 | 14 | 120 | 39 | 36 |
| Octal | 260 | 105 | 314 | 16 | 102 | 0 | 24 | 440 | 71 | 66 |
| Binary | 10110000 | 1000101 | 11001100 | 1110 | 1000010 | 0 | 10100 | 100100000 | 111001 | 110110 |
Color Harmonies of #B045CC
Complementary color
Monochromatic Colors of #B045CC
Black with #B045CC
Text Example
Text Example
White with #B045CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045CC; }
p { color: rgb(176,69,204); }
H1.HeaderClassName
{
color: #B045CC;
}
.AnyTagClassName
{
color: #B045CC;
}
</style>
background-color css
<style>
a { background-color: #B045CC; }
a { background-color: rgb(176,69,204); }
div.DivClassName
{
background-color: #B045CC;
}
.BgClassName
{
background-color: #B045CC;
}
</style>
border-color css
<style>
span { border-color: #B045CC; }
span { border-color: rgb(176,69,204); }
td.TdClassName
{
border-color: #B045CC;
}
.TagClassName
{
border-color: #B045CC;
}
</style>