Shades of Medium Orchid #B344FE
Tints of Medium Orchid #B344FE
RGB
CMYK
RGB Variations
Color information
#B344FE (or 0xB344FE) is known color: Medium Orchid. HEX triplet: B3, 44 and FE. RGB value is (179,68,254). Sum of RGB (Red+Green+Blue) = 179+68+254=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B344FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FE is #4CBB01. Grayscale: #797979. Windows color (decimal): -5028610 or 16663731. OLE color: 16663731.
HSL color Cylindrical-coordinate representation of color #B344FE: hue angle of 275.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B344FE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 68 | 254 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.00 |
| HSL | 275.81º | 0.99% | 0.63% | - |
| HSV(B) | 275.81º | 0.73% | 1% | - |
| XYZ | 38.55 | 20.87 | 95.76 | - |
| YUV | 122.39 | 202.27 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 254 | 0.30 | 0.73 | 0 | 0.00 | 275.81 | 0.99 | 0.63 |
| Hex | B3 | 44 | FE | 1E | 49 | 0 | 0 | 114 | 63 | 3F |
| Octal | 263 | 104 | 376 | 36 | 111 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110011 | 1000100 | 11111110 | 11110 | 1001001 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B344FE
Complementary color
Monochromatic Colors of #B344FE
Black with #B344FE
Text Example
Text Example
White with #B344FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344FE; }
p { color: rgb(179,68,254); }
H1.HeaderClassName
{
color: #B344FE;
}
.AnyTagClassName
{
color: #B344FE;
}
</style>
background-color css
<style>
a { background-color: #B344FE; }
a { background-color: rgb(179,68,254); }
div.DivClassName
{
background-color: #B344FE;
}
.BgClassName
{
background-color: #B344FE;
}
</style>
border-color css
<style>
span { border-color: #B344FE; }
span { border-color: rgb(179,68,254); }
td.TdClassName
{
border-color: #B344FE;
}
.TagClassName
{
border-color: #B344FE;
}
</style>