Shades of Medium Orchid #B444DA
Tints of Medium Orchid #B444DA
RGB
CMYK
RGB Variations
Color information
#B444DA (or 0xB444DA) is known color: Medium Orchid. HEX triplet: B4, 44 and DA. RGB value is (180,68,218). Sum of RGB (Red+Green+Blue) = 180+68+218=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B444DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DA is #4BBB25. Grayscale: #767676. Windows color (decimal): -4963110 or 14304436. OLE color: 14304436.
HSL color Cylindrical-coordinate representation of color #B444DA: hue angle of 284.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B444DA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 68 | 218 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.15 |
| HSL | 284.8º | 0.67% | 0.56% | - |
| HSV(B) | 284.8º | 0.69% | 0.85% | - |
| XYZ | 33.54 | 18.9 | 68.21 | - |
| YUV | 118.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 218 | 0.17 | 0.69 | 0 | 0.15 | 284.8 | 0.67 | 0.56 |
| Hex | B4 | 44 | DA | 11 | 45 | 0 | F | 11D | 43 | 38 |
| Octal | 264 | 104 | 332 | 21 | 105 | 0 | 17 | 435 | 103 | 70 |
| Binary | 10110100 | 1000100 | 11011010 | 10001 | 1000101 | 0 | 1111 | 100011101 | 1000011 | 111000 |
Color Harmonies of #B444DA
Complementary color
Monochromatic Colors of #B444DA
Black with #B444DA
Text Example
Text Example
White with #B444DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444DA; }
p { color: rgb(180,68,218); }
H1.HeaderClassName
{
color: #B444DA;
}
.AnyTagClassName
{
color: #B444DA;
}
</style>
background-color css
<style>
a { background-color: #B444DA; }
a { background-color: rgb(180,68,218); }
div.DivClassName
{
background-color: #B444DA;
}
.BgClassName
{
background-color: #B444DA;
}
</style>
border-color css
<style>
span { border-color: #B444DA; }
span { border-color: rgb(180,68,218); }
td.TdClassName
{
border-color: #B444DA;
}
.TagClassName
{
border-color: #B444DA;
}
</style>