Shades of Medium Orchid #B341F1
Tints of Medium Orchid #B341F1
RGB
CMYK
RGB Variations
Color information
#B341F1 (or 0xB341F1) is known color: Medium Orchid. HEX triplet: B3, 41 and F1. RGB value is (179,65,241). Sum of RGB (Red+Green+Blue) = 179+65+241=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #B341F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341F1 is #4CBE0E. Grayscale: #767676. Windows color (decimal): -5029391 or 15810995. OLE color: 15810995.
HSL color Cylindrical-coordinate representation of color #B341F1: hue angle of 278.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B341F1 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 65 | 241 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.05 |
| HSL | 278.86º | 0.86% | 0.6% | - |
| HSV(B) | 278.86º | 0.73% | 0.95% | - |
| XYZ | 36.36 | 19.72 | 85.11 | - |
| YUV | 119.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 241 | 0.26 | 0.73 | 0 | 0.05 | 278.86 | 0.86 | 0.6 |
| Hex | B3 | 41 | F1 | 1A | 49 | 0 | 5 | 117 | 56 | 3C |
| Octal | 263 | 101 | 361 | 32 | 111 | 0 | 5 | 427 | 126 | 74 |
| Binary | 10110011 | 1000001 | 11110001 | 11010 | 1001001 | 0 | 101 | 100010111 | 1010110 | 111100 |
Color Harmonies of #B341F1
Complementary color
Monochromatic Colors of #B341F1
Black with #B341F1
Text Example
Text Example
White with #B341F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341F1; }
p { color: rgb(179,65,241); }
H1.HeaderClassName
{
color: #B341F1;
}
.AnyTagClassName
{
color: #B341F1;
}
</style>
background-color css
<style>
a { background-color: #B341F1; }
a { background-color: rgb(179,65,241); }
div.DivClassName
{
background-color: #B341F1;
}
.BgClassName
{
background-color: #B341F1;
}
</style>
border-color css
<style>
span { border-color: #B341F1; }
span { border-color: rgb(179,65,241); }
td.TdClassName
{
border-color: #B341F1;
}
.TagClassName
{
border-color: #B341F1;
}
</style>