Shades of Medium Orchid #B046CB
Tints of Medium Orchid #B046CB
RGB
CMYK
RGB Variations
Color information
#B046CB (or 0xB046CB) is known color: Medium Orchid. HEX triplet: B0, 46 and CB. RGB value is (176,70,203). Sum of RGB (Red+Green+Blue) = 176+70+203=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B046CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CB is #4FB934. Grayscale: #747474. Windows color (decimal): -5224757 or 13321904. OLE color: 13321904.
HSL color Cylindrical-coordinate representation of color #B046CB: hue angle of 287.82º degrees, saturation: 0.56, 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 #B046CB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 70 | 203 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.20 |
| HSL | 287.82º | 0.56% | 0.54% | - |
| HSV(B) | 287.82º | 0.66% | 0.8% | - |
| XYZ | 30.87 | 17.92 | 58.33 | - |
| YUV | 116.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 203 | 0.13 | 0.66 | 0 | 0.20 | 287.82 | 0.56 | 0.54 |
| Hex | B0 | 46 | CB | D | 42 | 0 | 14 | 120 | 38 | 36 |
| Octal | 260 | 106 | 313 | 15 | 102 | 0 | 24 | 440 | 70 | 66 |
| Binary | 10110000 | 1000110 | 11001011 | 1101 | 1000010 | 0 | 10100 | 100100000 | 111000 | 110110 |
Color Harmonies of #B046CB
Complementary color
Monochromatic Colors of #B046CB
Black with #B046CB
Text Example
Text Example
White with #B046CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046CB; }
p { color: rgb(176,70,203); }
H1.HeaderClassName
{
color: #B046CB;
}
.AnyTagClassName
{
color: #B046CB;
}
</style>
background-color css
<style>
a { background-color: #B046CB; }
a { background-color: rgb(176,70,203); }
div.DivClassName
{
background-color: #B046CB;
}
.BgClassName
{
background-color: #B046CB;
}
</style>
border-color css
<style>
span { border-color: #B046CB; }
span { border-color: rgb(176,70,203); }
td.TdClassName
{
border-color: #B046CB;
}
.TagClassName
{
border-color: #B046CB;
}
</style>