Shades of Medium Orchid #B348F1
Tints of Medium Orchid #B348F1
RGB
CMYK
RGB Variations
Color information
#B348F1 (or 0xB348F1) is known color: Medium Orchid. HEX triplet: B3, 48 and F1. RGB value is (179,72,241). Sum of RGB (Red+Green+Blue) = 179+72+241=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #B348F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348F1 is #4CB70E. Grayscale: #7A7A7A. Windows color (decimal): -5027599 or 15812787. OLE color: 15812787.
HSL color Cylindrical-coordinate representation of color #B348F1: hue angle of 277.99º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B348F1 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 72 | 241 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.05 |
| HSL | 277.99º | 0.86% | 0.61% | - |
| HSV(B) | 277.99º | 0.7% | 0.95% | - |
| XYZ | 36.78 | 20.57 | 85.25 | - |
| YUV | 123.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 241 | 0.26 | 0.70 | 0 | 0.05 | 277.99 | 0.86 | 0.61 |
| Hex | B3 | 48 | F1 | 1A | 46 | 0 | 5 | 116 | 56 | 3D |
| Octal | 263 | 110 | 361 | 32 | 106 | 0 | 5 | 426 | 126 | 75 |
| Binary | 10110011 | 1001000 | 11110001 | 11010 | 1000110 | 0 | 101 | 100010110 | 1010110 | 111101 |
Color Harmonies of #B348F1
Complementary color
Monochromatic Colors of #B348F1
Black with #B348F1
Text Example
Text Example
White with #B348F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348F1; }
p { color: rgb(179,72,241); }
H1.HeaderClassName
{
color: #B348F1;
}
.AnyTagClassName
{
color: #B348F1;
}
</style>
background-color css
<style>
a { background-color: #B348F1; }
a { background-color: rgb(179,72,241); }
div.DivClassName
{
background-color: #B348F1;
}
.BgClassName
{
background-color: #B348F1;
}
</style>
border-color css
<style>
span { border-color: #B348F1; }
span { border-color: rgb(179,72,241); }
td.TdClassName
{
border-color: #B348F1;
}
.TagClassName
{
border-color: #B348F1;
}
</style>