Shades of Medium Orchid #B341D2
Tints of Medium Orchid #B341D2
RGB
CMYK
RGB Variations
Color information
#B341D2 (or 0xB341D2) is known color: Medium Orchid. HEX triplet: B3, 41 and D2. RGB value is (179,65,210). Sum of RGB (Red+Green+Blue) = 179+65+210=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #B341D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341D2 is #4CBE2D. Grayscale: #737373. Windows color (decimal): -5029422 or 13779379. OLE color: 13779379.
HSL color Cylindrical-coordinate representation of color #B341D2: hue angle of 287.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B341D2 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 65 | 210 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.18 |
| HSL | 287.17º | 0.62% | 0.54% | - |
| HSV(B) | 287.17º | 0.69% | 0.82% | - |
| XYZ | 32.11 | 18.02 | 62.76 | - |
| YUV | 115.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 210 | 0.15 | 0.69 | 0 | 0.18 | 287.17 | 0.62 | 0.54 |
| Hex | B3 | 41 | D2 | F | 45 | 0 | 12 | 11F | 3E | 36 |
| Octal | 263 | 101 | 322 | 17 | 105 | 0 | 22 | 437 | 76 | 66 |
| Binary | 10110011 | 1000001 | 11010010 | 1111 | 1000101 | 0 | 10010 | 100011111 | 111110 | 110110 |
Color Harmonies of #B341D2
Complementary color
Monochromatic Colors of #B341D2
Black with #B341D2
Text Example
Text Example
White with #B341D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341D2; }
p { color: rgb(179,65,210); }
H1.HeaderClassName
{
color: #B341D2;
}
.AnyTagClassName
{
color: #B341D2;
}
</style>
background-color css
<style>
a { background-color: #B341D2; }
a { background-color: rgb(179,65,210); }
div.DivClassName
{
background-color: #B341D2;
}
.BgClassName
{
background-color: #B341D2;
}
</style>
border-color css
<style>
span { border-color: #B341D2; }
span { border-color: rgb(179,65,210); }
td.TdClassName
{
border-color: #B341D2;
}
.TagClassName
{
border-color: #B341D2;
}
</style>