Shades of Medium Orchid #B342FE
Tints of Medium Orchid #B342FE
RGB
CMYK
RGB Variations
Color information
#B342FE (or 0xB342FE) is known color: Medium Orchid. HEX triplet: B3, 42 and FE. RGB value is (179,66,254). Sum of RGB (Red+Green+Blue) = 179+66+254=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #B342FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B342FE is #4CBD01. Grayscale: #787878. Windows color (decimal): -5029122 or 16663219. OLE color: 16663219.
HSL color Cylindrical-coordinate representation of color #B342FE: hue angle of 276.06º 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 #B342FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 66 | 254 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.00 |
| HSL | 276.06º | 0.99% | 0.63% | - |
| HSV(B) | 276.06º | 0.74% | 1% | - |
| XYZ | 38.43 | 20.64 | 95.72 | - |
| YUV | 121.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 254 | 0.30 | 0.74 | 0 | 0.00 | 276.06 | 0.99 | 0.63 |
| Hex | B3 | 42 | FE | 1E | 4A | 0 | 0 | 114 | 63 | 3F |
| Octal | 263 | 102 | 376 | 36 | 112 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110011 | 1000010 | 11111110 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B342FE
Complementary color
Monochromatic Colors of #B342FE
Black with #B342FE
Text Example
Text Example
White with #B342FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342FE; }
p { color: rgb(179,66,254); }
H1.HeaderClassName
{
color: #B342FE;
}
.AnyTagClassName
{
color: #B342FE;
}
</style>
background-color css
<style>
a { background-color: #B342FE; }
a { background-color: rgb(179,66,254); }
div.DivClassName
{
background-color: #B342FE;
}
.BgClassName
{
background-color: #B342FE;
}
</style>
border-color css
<style>
span { border-color: #B342FE; }
span { border-color: rgb(179,66,254); }
td.TdClassName
{
border-color: #B342FE;
}
.TagClassName
{
border-color: #B342FE;
}
</style>