Shades of Medium Orchid #B348F0
Tints of Medium Orchid #B348F0
RGB
CMYK
RGB Variations
Color information
#B348F0 (or 0xB348F0) is known color: Medium Orchid. HEX triplet: B3, 48 and F0. RGB value is (179,72,240). Sum of RGB (Red+Green+Blue) = 179+72+240=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #B348F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348F0 is #4CB70F. Grayscale: #7A7A7A. Windows color (decimal): -5027600 or 15747251. OLE color: 15747251.
HSL color Cylindrical-coordinate representation of color #B348F0: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B348F0 is Cyan = 0.25, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 72 | 240 | - |
| CMYK | 0.25 | 0.7 | 0 | 0.06 |
| HSL | 278.21º | 0.85% | 0.61% | - |
| HSV(B) | 278.21º | 0.7% | 0.94% | - |
| XYZ | 36.64 | 20.51 | 84.47 | - |
| YUV | 123.15 | 193.95 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 240 | 0.25 | 0.7 | 0 | 0.06 | 278.21 | 0.85 | 0.61 |
| Hex | B3 | 48 | F0 | 19 | 46 | 0 | 6 | 116 | 55 | 3D |
| Octal | 263 | 110 | 360 | 31 | 106 | 0 | 6 | 426 | 125 | 75 |
| Binary | 10110011 | 1001000 | 11110000 | 11001 | 1000110 | 0 | 110 | 100010110 | 1010101 | 111101 |
Color Harmonies of #B348F0
Complementary color
Monochromatic Colors of #B348F0
Black with #B348F0
Text Example
Text Example
White with #B348F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348F0; }
p { color: rgb(179,72,240); }
H1.HeaderClassName
{
color: #B348F0;
}
.AnyTagClassName
{
color: #B348F0;
}
</style>
background-color css
<style>
a { background-color: #B348F0; }
a { background-color: rgb(179,72,240); }
div.DivClassName
{
background-color: #B348F0;
}
.BgClassName
{
background-color: #B348F0;
}
</style>
border-color css
<style>
span { border-color: #B348F0; }
span { border-color: rgb(179,72,240); }
td.TdClassName
{
border-color: #B348F0;
}
.TagClassName
{
border-color: #B348F0;
}
</style>