Shades of Medium Orchid #B446C8
Tints of Medium Orchid #B446C8
RGB
CMYK
RGB Variations
Color information
#B446C8 (or 0xB446C8) is known color: Medium Orchid. HEX triplet: B4, 46 and C8. RGB value is (180,70,200). Sum of RGB (Red+Green+Blue) = 180+70+200=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #B446C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446C8 is #4BB937. Grayscale: #757575. Windows color (decimal): -4962616 or 13125300. OLE color: 13125300.
HSL color Cylindrical-coordinate representation of color #B446C8: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B446C8 is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 70 | 200 | - |
| CMYK | 0.1 | 0.65 | 0 | 0.22 |
| HSL | 290.77º | 0.54% | 0.53% | - |
| HSV(B) | 290.77º | 0.65% | 0.78% | - |
| XYZ | 31.44 | 18.25 | 56.51 | - |
| YUV | 117.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 200 | 0.1 | 0.65 | 0 | 0.22 | 290.77 | 0.54 | 0.53 |
| Hex | B4 | 46 | C8 | A | 41 | 0 | 16 | 123 | 36 | 35 |
| Octal | 264 | 106 | 310 | 12 | 101 | 0 | 26 | 443 | 66 | 65 |
| Binary | 10110100 | 1000110 | 11001000 | 1010 | 1000001 | 0 | 10110 | 100100011 | 110110 | 110101 |
Color Harmonies of #B446C8
Complementary color
Monochromatic Colors of #B446C8
Black with #B446C8
Text Example
Text Example
White with #B446C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446C8; }
p { color: rgb(180,70,200); }
H1.HeaderClassName
{
color: #B446C8;
}
.AnyTagClassName
{
color: #B446C8;
}
</style>
background-color css
<style>
a { background-color: #B446C8; }
a { background-color: rgb(180,70,200); }
div.DivClassName
{
background-color: #B446C8;
}
.BgClassName
{
background-color: #B446C8;
}
</style>
border-color css
<style>
span { border-color: #B446C8; }
span { border-color: rgb(180,70,200); }
td.TdClassName
{
border-color: #B446C8;
}
.TagClassName
{
border-color: #B446C8;
}
</style>