Shades of Medium Orchid #B350FB
Tints of Medium Orchid #B350FB
RGB
CMYK
RGB Variations
Color information
#B350FB (or 0xB350FB) is known color: Medium Orchid. HEX triplet: B3, 50 and FB. RGB value is (179,80,251). Sum of RGB (Red+Green+Blue) = 179+80+251=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B350FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350FB is #4CAF04. Grayscale: #808080. Windows color (decimal): -5025541 or 16470195. OLE color: 16470195.
HSL color Cylindrical-coordinate representation of color #B350FB: hue angle of 274.74º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B350FB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 80 | 251 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.02 |
| HSL | 274.74º | 0.96% | 0.65% | - |
| HSV(B) | 274.74º | 0.68% | 0.98% | - |
| XYZ | 38.87 | 22.29 | 93.52 | - |
| YUV | 129.1 | 196.8 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 251 | 0.29 | 0.68 | 0 | 0.02 | 274.74 | 0.96 | 0.65 |
| Hex | B3 | 50 | FB | 1D | 44 | 0 | 2 | 113 | 60 | 41 |
| Octal | 263 | 120 | 373 | 35 | 104 | 0 | 2 | 423 | 140 | 101 |
| Binary | 10110011 | 1010000 | 11111011 | 11101 | 1000100 | 0 | 10 | 100010011 | 1100000 | 1000001 |
Color Harmonies of #B350FB
Complementary color
Monochromatic Colors of #B350FB
Black with #B350FB
Text Example
Text Example
White with #B350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350FB; }
p { color: rgb(179,80,251); }
H1.HeaderClassName
{
color: #B350FB;
}
.AnyTagClassName
{
color: #B350FB;
}
</style>
background-color css
<style>
a { background-color: #B350FB; }
a { background-color: rgb(179,80,251); }
div.DivClassName
{
background-color: #B350FB;
}
.BgClassName
{
background-color: #B350FB;
}
</style>
border-color css
<style>
span { border-color: #B350FB; }
span { border-color: rgb(179,80,251); }
td.TdClassName
{
border-color: #B350FB;
}
.TagClassName
{
border-color: #B350FB;
}
</style>