Shades of Medium Orchid #B341F3
Tints of Medium Orchid #B341F3
RGB
CMYK
RGB Variations
Color information
#B341F3 (or 0xB341F3) is known color: Medium Orchid. HEX triplet: B3, 41 and F3. RGB value is (179,65,243). Sum of RGB (Red+Green+Blue) = 179+65+243=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #B341F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341F3 is #4CBE0C. Grayscale: #767676. Windows color (decimal): -5029389 or 15942067. OLE color: 15942067.
HSL color Cylindrical-coordinate representation of color #B341F3: hue angle of 278.43º degrees, saturation: 0.88, 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 #B341F3 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 65 | 243 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.05 |
| HSL | 278.43º | 0.88% | 0.6% | - |
| HSV(B) | 278.43º | 0.73% | 0.95% | - |
| XYZ | 36.66 | 19.84 | 86.69 | - |
| YUV | 119.38 | 197.77 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 243 | 0.26 | 0.73 | 0 | 0.05 | 278.43 | 0.88 | 0.6 |
| Hex | B3 | 41 | F3 | 1A | 49 | 0 | 5 | 116 | 58 | 3C |
| Octal | 263 | 101 | 363 | 32 | 111 | 0 | 5 | 426 | 130 | 74 |
| Binary | 10110011 | 1000001 | 11110011 | 11010 | 1001001 | 0 | 101 | 100010110 | 1011000 | 111100 |
Color Harmonies of #B341F3
Complementary color
Monochromatic Colors of #B341F3
Black with #B341F3
Text Example
Text Example
White with #B341F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341F3; }
p { color: rgb(179,65,243); }
H1.HeaderClassName
{
color: #B341F3;
}
.AnyTagClassName
{
color: #B341F3;
}
</style>
background-color css
<style>
a { background-color: #B341F3; }
a { background-color: rgb(179,65,243); }
div.DivClassName
{
background-color: #B341F3;
}
.BgClassName
{
background-color: #B341F3;
}
</style>
border-color css
<style>
span { border-color: #B341F3; }
span { border-color: rgb(179,65,243); }
td.TdClassName
{
border-color: #B341F3;
}
.TagClassName
{
border-color: #B341F3;
}
</style>