Shades of Medium Orchid #B046CC
Tints of Medium Orchid #B046CC
RGB
CMYK
RGB Variations
Color information
#B046CC (or 0xB046CC) is known color: Medium Orchid. HEX triplet: B0, 46 and CC. RGB value is (176,70,204). Sum of RGB (Red+Green+Blue) = 176+70+204=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 70 (27.73% from 255 or 15.56% 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 #B046CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CC is #4FB933. Grayscale: #747474. Windows color (decimal): -5224756 or 13387440. OLE color: 13387440.
HSL color Cylindrical-coordinate representation of color #B046CC: hue angle of 287.46º 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 #B046CC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 70 | 204 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.2 |
| HSL | 287.46º | 0.57% | 0.54% | - |
| HSV(B) | 287.46º | 0.66% | 0.8% | - |
| XYZ | 30.99 | 17.97 | 58.96 | - |
| YUV | 116.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 204 | 0.14 | 0.66 | 0 | 0.2 | 287.46 | 0.57 | 0.54 |
| Hex | B0 | 46 | CC | E | 42 | 0 | 14 | 11F | 39 | 36 |
| Octal | 260 | 106 | 314 | 16 | 102 | 0 | 24 | 437 | 71 | 66 |
| Binary | 10110000 | 1000110 | 11001100 | 1110 | 1000010 | 0 | 10100 | 100011111 | 111001 | 110110 |
Color Harmonies of #B046CC
Complementary color
Monochromatic Colors of #B046CC
Black with #B046CC
Text Example
Text Example
White with #B046CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046CC; }
p { color: rgb(176,70,204); }
H1.HeaderClassName
{
color: #B046CC;
}
.AnyTagClassName
{
color: #B046CC;
}
</style>
background-color css
<style>
a { background-color: #B046CC; }
a { background-color: rgb(176,70,204); }
div.DivClassName
{
background-color: #B046CC;
}
.BgClassName
{
background-color: #B046CC;
}
</style>
border-color css
<style>
span { border-color: #B046CC; }
span { border-color: rgb(176,70,204); }
td.TdClassName
{
border-color: #B046CC;
}
.TagClassName
{
border-color: #B046CC;
}
</style>