Shades of Medium Orchid #B445EA
Tints of Medium Orchid #B445EA
RGB
CMYK
RGB Variations
Color information
#B445EA (or 0xB445EA) is known color: Medium Orchid. HEX triplet: B4, 45 and EA. RGB value is (180,69,234). Sum of RGB (Red+Green+Blue) = 180+69+234=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B445EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445EA is #4BBA15. Grayscale: #787878. Windows color (decimal): -4962838 or 15353268. OLE color: 15353268.
HSL color Cylindrical-coordinate representation of color #B445EA: hue angle of 280.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B445EA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 69 | 234 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.08 |
| HSL | 280.36º | 0.8% | 0.59% | - |
| HSV(B) | 280.36º | 0.71% | 0.92% | - |
| XYZ | 35.8 | 19.9 | 79.8 | - |
| YUV | 121 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 234 | 0.23 | 0.71 | 0 | 0.08 | 280.36 | 0.8 | 0.59 |
| Hex | B4 | 45 | EA | 17 | 47 | 0 | 8 | 118 | 50 | 3B |
| Octal | 264 | 105 | 352 | 27 | 107 | 0 | 10 | 430 | 120 | 73 |
| Binary | 10110100 | 1000101 | 11101010 | 10111 | 1000111 | 0 | 1000 | 100011000 | 1010000 | 111011 |
Color Harmonies of #B445EA
Complementary color
Monochromatic Colors of #B445EA
Black with #B445EA
Text Example
Text Example
White with #B445EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445EA; }
p { color: rgb(180,69,234); }
H1.HeaderClassName
{
color: #B445EA;
}
.AnyTagClassName
{
color: #B445EA;
}
</style>
background-color css
<style>
a { background-color: #B445EA; }
a { background-color: rgb(180,69,234); }
div.DivClassName
{
background-color: #B445EA;
}
.BgClassName
{
background-color: #B445EA;
}
</style>
border-color css
<style>
span { border-color: #B445EA; }
span { border-color: rgb(180,69,234); }
td.TdClassName
{
border-color: #B445EA;
}
.TagClassName
{
border-color: #B445EA;
}
</style>