Shades of Medium Orchid #B341FC
Tints of Medium Orchid #B341FC
RGB
CMYK
RGB Variations
Color information
#B341FC (or 0xB341FC) is known color: Medium Orchid. HEX triplet: B3, 41 and FC. RGB value is (179,65,252). Sum of RGB (Red+Green+Blue) = 179+65+252=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B341FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341FC is #4CBE03. Grayscale: #777777. Windows color (decimal): -5029380 or 16531891. OLE color: 16531891.
HSL color Cylindrical-coordinate representation of color #B341FC: hue angle of 276.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B341FC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 65 | 252 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.01 |
| HSL | 276.58º | 0.97% | 0.62% | - |
| HSV(B) | 276.58º | 0.74% | 0.99% | - |
| XYZ | 38.05 | 20.39 | 94.03 | - |
| YUV | 120.4 | 202.27 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 252 | 0.29 | 0.74 | 0 | 0.01 | 276.58 | 0.97 | 0.62 |
| Hex | B3 | 41 | FC | 1D | 4A | 0 | 1 | 115 | 61 | 3E |
| Octal | 263 | 101 | 374 | 35 | 112 | 0 | 1 | 425 | 141 | 76 |
| Binary | 10110011 | 1000001 | 11111100 | 11101 | 1001010 | 0 | 1 | 100010101 | 1100001 | 111110 |
Color Harmonies of #B341FC
Complementary color
Monochromatic Colors of #B341FC
Black with #B341FC
Text Example
Text Example
White with #B341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341FC; }
p { color: rgb(179,65,252); }
H1.HeaderClassName
{
color: #B341FC;
}
.AnyTagClassName
{
color: #B341FC;
}
</style>
background-color css
<style>
a { background-color: #B341FC; }
a { background-color: rgb(179,65,252); }
div.DivClassName
{
background-color: #B341FC;
}
.BgClassName
{
background-color: #B341FC;
}
</style>
border-color css
<style>
span { border-color: #B341FC; }
span { border-color: rgb(179,65,252); }
td.TdClassName
{
border-color: #B341FC;
}
.TagClassName
{
border-color: #B341FC;
}
</style>