Shades of Medium Orchid #B341C9
Tints of Medium Orchid #B341C9
RGB
CMYK
RGB Variations
Color information
#B341C9 (or 0xB341C9) is known color: Medium Orchid. HEX triplet: B3, 41 and C9. RGB value is (179,65,201). Sum of RGB (Red+Green+Blue) = 179+65+201=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #B341C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341C9 is #4CBE36. Grayscale: #727272. Windows color (decimal): -5029431 or 13189555. OLE color: 13189555.
HSL color Cylindrical-coordinate representation of color #B341C9: hue angle of 290.29º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B341C9 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 65 | 201 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.21 |
| HSL | 290.29º | 0.56% | 0.52% | - |
| HSV(B) | 290.29º | 0.68% | 0.79% | - |
| XYZ | 31.02 | 17.58 | 57.02 | - |
| YUV | 114.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 201 | 0.11 | 0.68 | 0 | 0.21 | 290.29 | 0.56 | 0.52 |
| Hex | B3 | 41 | C9 | B | 44 | 0 | 15 | 122 | 38 | 34 |
| Octal | 263 | 101 | 311 | 13 | 104 | 0 | 25 | 442 | 70 | 64 |
| Binary | 10110011 | 1000001 | 11001001 | 1011 | 1000100 | 0 | 10101 | 100100010 | 111000 | 110100 |
Color Harmonies of #B341C9
Complementary color
Monochromatic Colors of #B341C9
Black with #B341C9
Text Example
Text Example
White with #B341C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341C9; }
p { color: rgb(179,65,201); }
H1.HeaderClassName
{
color: #B341C9;
}
.AnyTagClassName
{
color: #B341C9;
}
</style>
background-color css
<style>
a { background-color: #B341C9; }
a { background-color: rgb(179,65,201); }
div.DivClassName
{
background-color: #B341C9;
}
.BgClassName
{
background-color: #B341C9;
}
</style>
border-color css
<style>
span { border-color: #B341C9; }
span { border-color: rgb(179,65,201); }
td.TdClassName
{
border-color: #B341C9;
}
.TagClassName
{
border-color: #B341C9;
}
</style>