Shades of Medium Orchid #B441D6
Tints of Medium Orchid #B441D6
RGB
CMYK
RGB Variations
Color information
#B441D6 (or 0xB441D6) is known color: Medium Orchid. HEX triplet: B4, 41 and D6. RGB value is (180,65,214). Sum of RGB (Red+Green+Blue) = 180+65+214=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #B441D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441D6 is #4BBE29. Grayscale: #737373. Windows color (decimal): -4963882 or 14041524. OLE color: 14041524.
HSL color Cylindrical-coordinate representation of color #B441D6: hue angle of 286.31º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B441D6 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 65 | 214 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.16 |
| HSL | 286.31º | 0.65% | 0.55% | - |
| HSV(B) | 286.31º | 0.7% | 0.84% | - |
| XYZ | 32.85 | 18.34 | 65.43 | - |
| YUV | 116.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 214 | 0.16 | 0.70 | 0 | 0.16 | 286.31 | 0.65 | 0.55 |
| Hex | B4 | 41 | D6 | 10 | 46 | 0 | 10 | 11E | 41 | 37 |
| Octal | 264 | 101 | 326 | 20 | 106 | 0 | 20 | 436 | 101 | 67 |
| Binary | 10110100 | 1000001 | 11010110 | 10000 | 1000110 | 0 | 10000 | 100011110 | 1000001 | 110111 |
Color Harmonies of #B441D6
Complementary color
Monochromatic Colors of #B441D6
Black with #B441D6
Text Example
Text Example
White with #B441D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441D6; }
p { color: rgb(180,65,214); }
H1.HeaderClassName
{
color: #B441D6;
}
.AnyTagClassName
{
color: #B441D6;
}
</style>
background-color css
<style>
a { background-color: #B441D6; }
a { background-color: rgb(180,65,214); }
div.DivClassName
{
background-color: #B441D6;
}
.BgClassName
{
background-color: #B441D6;
}
</style>
border-color css
<style>
span { border-color: #B441D6; }
span { border-color: rgb(180,65,214); }
td.TdClassName
{
border-color: #B441D6;
}
.TagClassName
{
border-color: #B441D6;
}
</style>