Shades of Medium Orchid #B341CB
Tints of Medium Orchid #B341CB
RGB
CMYK
RGB Variations
Color information
#B341CB (or 0xB341CB) is known color: Medium Orchid. HEX triplet: B3, 41 and CB. RGB value is (179,65,203). Sum of RGB (Red+Green+Blue) = 179+65+203=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B341CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341CB is #4CBE34. Grayscale: #727272. Windows color (decimal): -5029429 or 13320627. OLE color: 13320627.
HSL color Cylindrical-coordinate representation of color #B341CB: hue angle of 289.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B341CB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 65 | 203 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.20 |
| HSL | 289.57º | 0.57% | 0.53% | - |
| HSV(B) | 289.57º | 0.68% | 0.8% | - |
| XYZ | 31.26 | 17.68 | 58.26 | - |
| YUV | 114.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 203 | 0.12 | 0.68 | 0 | 0.20 | 289.57 | 0.57 | 0.53 |
| Hex | B3 | 41 | CB | C | 44 | 0 | 14 | 122 | 39 | 35 |
| Octal | 263 | 101 | 313 | 14 | 104 | 0 | 24 | 442 | 71 | 65 |
| Binary | 10110011 | 1000001 | 11001011 | 1100 | 1000100 | 0 | 10100 | 100100010 | 111001 | 110101 |
Color Harmonies of #B341CB
Complementary color
Monochromatic Colors of #B341CB
Black with #B341CB
Text Example
Text Example
White with #B341CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341CB; }
p { color: rgb(179,65,203); }
H1.HeaderClassName
{
color: #B341CB;
}
.AnyTagClassName
{
color: #B341CB;
}
</style>
background-color css
<style>
a { background-color: #B341CB; }
a { background-color: rgb(179,65,203); }
div.DivClassName
{
background-color: #B341CB;
}
.BgClassName
{
background-color: #B341CB;
}
</style>
border-color css
<style>
span { border-color: #B341CB; }
span { border-color: rgb(179,65,203); }
td.TdClassName
{
border-color: #B341CB;
}
.TagClassName
{
border-color: #B341CB;
}
</style>