Shades of Medium Orchid #B345FC
Tints of Medium Orchid #B345FC
RGB
CMYK
RGB Variations
Color information
#B345FC (or 0xB345FC) is known color: Medium Orchid. HEX triplet: B3, 45 and FC. RGB value is (179,69,252). Sum of RGB (Red+Green+Blue) = 179+69+252=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #B345FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345FC is #4CBA03. Grayscale: #7A7A7A. Windows color (decimal): -5028356 or 16532915. OLE color: 16532915.
HSL color Cylindrical-coordinate representation of color #B345FC: hue angle of 276.07º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B345FC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 69 | 252 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.01 |
| HSL | 276.07º | 0.97% | 0.63% | - |
| HSV(B) | 276.07º | 0.73% | 0.99% | - |
| XYZ | 38.29 | 20.87 | 94.11 | - |
| YUV | 122.75 | 200.94 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 252 | 0.29 | 0.73 | 0 | 0.01 | 276.07 | 0.97 | 0.63 |
| Hex | B3 | 45 | FC | 1D | 49 | 0 | 1 | 114 | 61 | 3F |
| Octal | 263 | 105 | 374 | 35 | 111 | 0 | 1 | 424 | 141 | 77 |
| Binary | 10110011 | 1000101 | 11111100 | 11101 | 1001001 | 0 | 1 | 100010100 | 1100001 | 111111 |
Color Harmonies of #B345FC
Complementary color
Monochromatic Colors of #B345FC
Black with #B345FC
Text Example
Text Example
White with #B345FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345FC; }
p { color: rgb(179,69,252); }
H1.HeaderClassName
{
color: #B345FC;
}
.AnyTagClassName
{
color: #B345FC;
}
</style>
background-color css
<style>
a { background-color: #B345FC; }
a { background-color: rgb(179,69,252); }
div.DivClassName
{
background-color: #B345FC;
}
.BgClassName
{
background-color: #B345FC;
}
</style>
border-color css
<style>
span { border-color: #B345FC; }
span { border-color: rgb(179,69,252); }
td.TdClassName
{
border-color: #B345FC;
}
.TagClassName
{
border-color: #B345FC;
}
</style>