Shades of Medium Orchid #B346CA
Tints of Medium Orchid #B346CA
RGB
CMYK
RGB Variations
Color information
#B346CA (or 0xB346CA) is known color: Medium Orchid. HEX triplet: B3, 46 and CA. RGB value is (179,70,202). Sum of RGB (Red+Green+Blue) = 179+70+202=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #B346CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346CA is #4CB935. Grayscale: #757575. Windows color (decimal): -5028150 or 13256371. OLE color: 13256371.
HSL color Cylindrical-coordinate representation of color #B346CA: hue angle of 289.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B346CA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 70 | 202 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.21 |
| HSL | 289.55º | 0.55% | 0.53% | - |
| HSV(B) | 289.55º | 0.65% | 0.79% | - |
| XYZ | 31.44 | 18.23 | 57.74 | - |
| YUV | 117.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 202 | 0.11 | 0.65 | 0 | 0.21 | 289.55 | 0.55 | 0.53 |
| Hex | B3 | 46 | CA | B | 41 | 0 | 15 | 122 | 37 | 35 |
| Octal | 263 | 106 | 312 | 13 | 101 | 0 | 25 | 442 | 67 | 65 |
| Binary | 10110011 | 1000110 | 11001010 | 1011 | 1000001 | 0 | 10101 | 100100010 | 110111 | 110101 |
Color Harmonies of #B346CA
Complementary color
Monochromatic Colors of #B346CA
Black with #B346CA
Text Example
Text Example
White with #B346CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346CA; }
p { color: rgb(179,70,202); }
H1.HeaderClassName
{
color: #B346CA;
}
.AnyTagClassName
{
color: #B346CA;
}
</style>
background-color css
<style>
a { background-color: #B346CA; }
a { background-color: rgb(179,70,202); }
div.DivClassName
{
background-color: #B346CA;
}
.BgClassName
{
background-color: #B346CA;
}
</style>
border-color css
<style>
span { border-color: #B346CA; }
span { border-color: rgb(179,70,202); }
td.TdClassName
{
border-color: #B346CA;
}
.TagClassName
{
border-color: #B346CA;
}
</style>