Shades of Medium Orchid #B350FC
Tints of Medium Orchid #B350FC
RGB
CMYK
RGB Variations
Color information
#B350FC (or 0xB350FC) is known color: Medium Orchid. HEX triplet: B3, 50 and FC. RGB value is (179,80,252). Sum of RGB (Red+Green+Blue) = 179+80+252=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B350FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350FC is #4CAF03. Grayscale: #808080. Windows color (decimal): -5025540 or 16535731. OLE color: 16535731.
HSL color Cylindrical-coordinate representation of color #B350FC: hue angle of 274.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B350FC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 80 | 252 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.01 |
| HSL | 274.53º | 0.97% | 0.65% | - |
| HSV(B) | 274.53º | 0.68% | 0.99% | - |
| XYZ | 39.03 | 22.35 | 94.35 | - |
| YUV | 129.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 252 | 0.29 | 0.68 | 0 | 0.01 | 274.53 | 0.97 | 0.65 |
| Hex | B3 | 50 | FC | 1D | 44 | 0 | 1 | 113 | 61 | 41 |
| Octal | 263 | 120 | 374 | 35 | 104 | 0 | 1 | 423 | 141 | 101 |
| Binary | 10110011 | 1010000 | 11111100 | 11101 | 1000100 | 0 | 1 | 100010011 | 1100001 | 1000001 |
Color Harmonies of #B350FC
Complementary color
Monochromatic Colors of #B350FC
Black with #B350FC
Text Example
Text Example
White with #B350FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350FC; }
p { color: rgb(179,80,252); }
H1.HeaderClassName
{
color: #B350FC;
}
.AnyTagClassName
{
color: #B350FC;
}
</style>
background-color css
<style>
a { background-color: #B350FC; }
a { background-color: rgb(179,80,252); }
div.DivClassName
{
background-color: #B350FC;
}
.BgClassName
{
background-color: #B350FC;
}
</style>
border-color css
<style>
span { border-color: #B350FC; }
span { border-color: rgb(179,80,252); }
td.TdClassName
{
border-color: #B350FC;
}
.TagClassName
{
border-color: #B350FC;
}
</style>