Shades of Medium Orchid #B444CA
Tints of Medium Orchid #B444CA
RGB
CMYK
RGB Variations
Color information
#B444CA (or 0xB444CA) is known color: Medium Orchid. HEX triplet: B4, 44 and CA. RGB value is (180,68,202). Sum of RGB (Red+Green+Blue) = 180+68+202=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B444CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CA is #4BBB35. Grayscale: #747474. Windows color (decimal): -4963126 or 13255860. OLE color: 13255860.
HSL color Cylindrical-coordinate representation of color #B444CA: hue angle of 290.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B444CA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 68 | 202 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.21 |
| HSL | 290.15º | 0.56% | 0.53% | - |
| HSV(B) | 290.15º | 0.66% | 0.79% | - |
| XYZ | 31.55 | 18.1 | 57.71 | - |
| YUV | 116.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 202 | 0.11 | 0.66 | 0 | 0.21 | 290.15 | 0.56 | 0.53 |
| Hex | B4 | 44 | CA | B | 42 | 0 | 15 | 122 | 38 | 35 |
| Octal | 264 | 104 | 312 | 13 | 102 | 0 | 25 | 442 | 70 | 65 |
| Binary | 10110100 | 1000100 | 11001010 | 1011 | 1000010 | 0 | 10101 | 100100010 | 111000 | 110101 |
Color Harmonies of #B444CA
Complementary color
Monochromatic Colors of #B444CA
Black with #B444CA
Text Example
Text Example
White with #B444CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444CA; }
p { color: rgb(180,68,202); }
H1.HeaderClassName
{
color: #B444CA;
}
.AnyTagClassName
{
color: #B444CA;
}
</style>
background-color css
<style>
a { background-color: #B444CA; }
a { background-color: rgb(180,68,202); }
div.DivClassName
{
background-color: #B444CA;
}
.BgClassName
{
background-color: #B444CA;
}
</style>
border-color css
<style>
span { border-color: #B444CA; }
span { border-color: rgb(180,68,202); }
td.TdClassName
{
border-color: #B444CA;
}
.TagClassName
{
border-color: #B444CA;
}
</style>