Shades of Medium Orchid #B340FA
Tints of Medium Orchid #B340FA
RGB
CMYK
RGB Variations
Color information
#B340FA (or 0xB340FA) is known color: Medium Orchid. HEX triplet: B3, 40 and FA. RGB value is (179,64,250). Sum of RGB (Red+Green+Blue) = 179+64+250=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #B340FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340FA is #4CBF05. Grayscale: #767676. Windows color (decimal): -5029638 or 16400563. OLE color: 16400563.
HSL color Cylindrical-coordinate representation of color #B340FA: hue angle of 277.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B340FA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 64 | 250 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.02 |
| HSL | 277.1º | 0.95% | 0.62% | - |
| HSV(B) | 277.1º | 0.74% | 0.98% | - |
| XYZ | 37.68 | 20.15 | 92.35 | - |
| YUV | 119.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 250 | 0.28 | 0.74 | 0 | 0.02 | 277.1 | 0.95 | 0.62 |
| Hex | B3 | 40 | FA | 1C | 4A | 0 | 2 | 115 | 5F | 3E |
| Octal | 263 | 100 | 372 | 34 | 112 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110011 | 1000000 | 11111010 | 11100 | 1001010 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B340FA
Complementary color
Monochromatic Colors of #B340FA
Black with #B340FA
Text Example
Text Example
White with #B340FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340FA; }
p { color: rgb(179,64,250); }
H1.HeaderClassName
{
color: #B340FA;
}
.AnyTagClassName
{
color: #B340FA;
}
</style>
background-color css
<style>
a { background-color: #B340FA; }
a { background-color: rgb(179,64,250); }
div.DivClassName
{
background-color: #B340FA;
}
.BgClassName
{
background-color: #B340FA;
}
</style>
border-color css
<style>
span { border-color: #B340FA; }
span { border-color: rgb(179,64,250); }
td.TdClassName
{
border-color: #B340FA;
}
.TagClassName
{
border-color: #B340FA;
}
</style>