Shades of Medium Orchid #B343FE
Tints of Medium Orchid #B343FE
RGB
CMYK
RGB Variations
Color information
#B343FE (or 0xB343FE) is known color: Medium Orchid. HEX triplet: B3, 43 and FE. RGB value is (179,67,254). Sum of RGB (Red+Green+Blue) = 179+67+254=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #B343FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343FE is #4CBC01. Grayscale: #797979. Windows color (decimal): -5028866 or 16663475. OLE color: 16663475.
HSL color Cylindrical-coordinate representation of color #B343FE: hue angle of 275.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B343FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 67 | 254 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.00 |
| HSL | 275.94º | 0.99% | 0.63% | - |
| HSV(B) | 275.94º | 0.74% | 1% | - |
| XYZ | 38.49 | 20.75 | 95.74 | - |
| YUV | 121.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 254 | 0.30 | 0.74 | 0 | 0.00 | 275.94 | 0.99 | 0.63 |
| Hex | B3 | 43 | FE | 1E | 4A | 0 | 0 | 114 | 63 | 3F |
| Octal | 263 | 103 | 376 | 36 | 112 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110011 | 1000011 | 11111110 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B343FE
Complementary color
Monochromatic Colors of #B343FE
Black with #B343FE
Text Example
Text Example
White with #B343FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343FE; }
p { color: rgb(179,67,254); }
H1.HeaderClassName
{
color: #B343FE;
}
.AnyTagClassName
{
color: #B343FE;
}
</style>
background-color css
<style>
a { background-color: #B343FE; }
a { background-color: rgb(179,67,254); }
div.DivClassName
{
background-color: #B343FE;
}
.BgClassName
{
background-color: #B343FE;
}
</style>
border-color css
<style>
span { border-color: #B343FE; }
span { border-color: rgb(179,67,254); }
td.TdClassName
{
border-color: #B343FE;
}
.TagClassName
{
border-color: #B343FE;
}
</style>