Shades of Medium Orchid #B350D4
Tints of Medium Orchid #B350D4
RGB
CMYK
RGB Variations
Color information
#B350D4 (or 0xB350D4) is known color: Medium Orchid. HEX triplet: B3, 50 and D4. RGB value is (179,80,212). Sum of RGB (Red+Green+Blue) = 179+80+212=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #B350D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350D4 is #4CAF2B. Grayscale: #7C7C7C. Windows color (decimal): -5025580 or 13914291. OLE color: 13914291.
HSL color Cylindrical-coordinate representation of color #B350D4: hue angle of 285º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B350D4 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 80 | 212 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.17 |
| HSL | 285º | 0.61% | 0.57% | - |
| HSV(B) | 285º | 0.62% | 0.83% | - |
| XYZ | 33.34 | 20.07 | 64.4 | - |
| YUV | 124.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 212 | 0.16 | 0.62 | 0 | 0.17 | 285 | 0.61 | 0.57 |
| Hex | B3 | 50 | D4 | 10 | 3E | 0 | 11 | 11D | 3D | 39 |
| Octal | 263 | 120 | 324 | 20 | 76 | 0 | 21 | 435 | 75 | 71 |
| Binary | 10110011 | 1010000 | 11010100 | 10000 | 111110 | 0 | 10001 | 100011101 | 111101 | 111001 |
Color Harmonies of #B350D4
Complementary color
Monochromatic Colors of #B350D4
Black with #B350D4
Text Example
Text Example
White with #B350D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350D4; }
p { color: rgb(179,80,212); }
H1.HeaderClassName
{
color: #B350D4;
}
.AnyTagClassName
{
color: #B350D4;
}
</style>
background-color css
<style>
a { background-color: #B350D4; }
a { background-color: rgb(179,80,212); }
div.DivClassName
{
background-color: #B350D4;
}
.BgClassName
{
background-color: #B350D4;
}
</style>
border-color css
<style>
span { border-color: #B350D4; }
span { border-color: rgb(179,80,212); }
td.TdClassName
{
border-color: #B350D4;
}
.TagClassName
{
border-color: #B350D4;
}
</style>