Shades of Medium Orchid #B344EF
Tints of Medium Orchid #B344EF
RGB
CMYK
RGB Variations
Color information
#B344EF (or 0xB344EF) is known color: Medium Orchid. HEX triplet: B3, 44 and EF. RGB value is (179,68,239). Sum of RGB (Red+Green+Blue) = 179+68+239=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B344EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344EF is #4CBB10. Grayscale: #787878. Windows color (decimal): -5028625 or 15680691. OLE color: 15680691.
HSL color Cylindrical-coordinate representation of color #B344EF: hue angle of 278.95º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B344EF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 68 | 239 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.06 |
| HSL | 278.95º | 0.84% | 0.6% | - |
| HSV(B) | 278.95º | 0.72% | 0.94% | - |
| XYZ | 36.24 | 19.95 | 83.6 | - |
| YUV | 120.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 239 | 0.25 | 0.72 | 0 | 0.06 | 278.95 | 0.84 | 0.6 |
| Hex | B3 | 44 | EF | 19 | 48 | 0 | 6 | 117 | 54 | 3C |
| Octal | 263 | 104 | 357 | 31 | 110 | 0 | 6 | 427 | 124 | 74 |
| Binary | 10110011 | 1000100 | 11101111 | 11001 | 1001000 | 0 | 110 | 100010111 | 1010100 | 111100 |
Color Harmonies of #B344EF
Complementary color
Monochromatic Colors of #B344EF
Black with #B344EF
Text Example
Text Example
White with #B344EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344EF; }
p { color: rgb(179,68,239); }
H1.HeaderClassName
{
color: #B344EF;
}
.AnyTagClassName
{
color: #B344EF;
}
</style>
background-color css
<style>
a { background-color: #B344EF; }
a { background-color: rgb(179,68,239); }
div.DivClassName
{
background-color: #B344EF;
}
.BgClassName
{
background-color: #B344EF;
}
</style>
border-color css
<style>
span { border-color: #B344EF; }
span { border-color: rgb(179,68,239); }
td.TdClassName
{
border-color: #B344EF;
}
.TagClassName
{
border-color: #B344EF;
}
</style>