Shades of Medium Orchid #B344EA
Tints of Medium Orchid #B344EA
RGB
CMYK
RGB Variations
Color information
#B344EA (or 0xB344EA) is known color: Medium Orchid. HEX triplet: B3, 44 and EA. RGB value is (179,68,234). Sum of RGB (Red+Green+Blue) = 179+68+234=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #B344EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344EA is #4CBB15. Grayscale: #777777. Windows color (decimal): -5028630 or 15353011. OLE color: 15353011.
HSL color Cylindrical-coordinate representation of color #B344EA: hue angle of 280.12º 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 #B344EA is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 68 | 234 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.08 |
| HSL | 280.12º | 0.8% | 0.59% | - |
| HSV(B) | 280.12º | 0.71% | 0.92% | - |
| XYZ | 35.51 | 19.66 | 79.76 | - |
| YUV | 120.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 234 | 0.24 | 0.71 | 0 | 0.08 | 280.12 | 0.8 | 0.59 |
| Hex | B3 | 44 | EA | 18 | 47 | 0 | 8 | 118 | 50 | 3B |
| Octal | 263 | 104 | 352 | 30 | 107 | 0 | 10 | 430 | 120 | 73 |
| Binary | 10110011 | 1000100 | 11101010 | 11000 | 1000111 | 0 | 1000 | 100011000 | 1010000 | 111011 |
Color Harmonies of #B344EA
Complementary color
Monochromatic Colors of #B344EA
Black with #B344EA
Text Example
Text Example
White with #B344EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344EA; }
p { color: rgb(179,68,234); }
H1.HeaderClassName
{
color: #B344EA;
}
.AnyTagClassName
{
color: #B344EA;
}
</style>
background-color css
<style>
a { background-color: #B344EA; }
a { background-color: rgb(179,68,234); }
div.DivClassName
{
background-color: #B344EA;
}
.BgClassName
{
background-color: #B344EA;
}
</style>
border-color css
<style>
span { border-color: #B344EA; }
span { border-color: rgb(179,68,234); }
td.TdClassName
{
border-color: #B344EA;
}
.TagClassName
{
border-color: #B344EA;
}
</style>