Shades of Medium Orchid #B345FE
Tints of Medium Orchid #B345FE
RGB
CMYK
RGB Variations
Color information
#B345FE (or 0xB345FE) is known color: Medium Orchid. HEX triplet: B3, 45 and FE. RGB value is (179,69,254). Sum of RGB (Red+Green+Blue) = 179+69+254=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B345FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345FE is #4CBA01. Grayscale: #7A7A7A. Windows color (decimal): -5028354 or 16663987. OLE color: 16663987.
HSL color Cylindrical-coordinate representation of color #B345FE: hue angle of 275.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B345FE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 69 | 254 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.00 |
| HSL | 275.68º | 0.99% | 0.63% | - |
| HSV(B) | 275.68º | 0.73% | 1% | - |
| XYZ | 38.61 | 21 | 95.78 | - |
| YUV | 122.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 254 | 0.30 | 0.73 | 0 | 0.00 | 275.68 | 0.99 | 0.63 |
| Hex | B3 | 45 | FE | 1E | 49 | 0 | 0 | 114 | 63 | 3F |
| Octal | 263 | 105 | 376 | 36 | 111 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110011 | 1000101 | 11111110 | 11110 | 1001001 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B345FE
Complementary color
Monochromatic Colors of #B345FE
Black with #B345FE
Text Example
Text Example
White with #B345FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345FE; }
p { color: rgb(179,69,254); }
H1.HeaderClassName
{
color: #B345FE;
}
.AnyTagClassName
{
color: #B345FE;
}
</style>
background-color css
<style>
a { background-color: #B345FE; }
a { background-color: rgb(179,69,254); }
div.DivClassName
{
background-color: #B345FE;
}
.BgClassName
{
background-color: #B345FE;
}
</style>
border-color css
<style>
span { border-color: #B345FE; }
span { border-color: rgb(179,69,254); }
td.TdClassName
{
border-color: #B345FE;
}
.TagClassName
{
border-color: #B345FE;
}
</style>