Shades of Medium Orchid #B353CB
Tints of Medium Orchid #B353CB
RGB
CMYK
RGB Variations
Color information
#B353CB (or 0xB353CB) is known color: Medium Orchid. HEX triplet: B3, 53 and CB. RGB value is (179,83,203). Sum of RGB (Red+Green+Blue) = 179+83+203=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B353CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CB is #4CAC34. Grayscale: #7C7C7C. Windows color (decimal): -5024821 or 13325235. OLE color: 13325235.
HSL color Cylindrical-coordinate representation of color #B353CB: hue angle of 288º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B353CB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 83 | 203 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.20 |
| HSL | 288º | 0.54% | 0.56% | - |
| HSV(B) | 288º | 0.59% | 0.8% | - |
| XYZ | 32.46 | 20.08 | 58.67 | - |
| YUV | 125.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 203 | 0.12 | 0.59 | 0 | 0.20 | 288 | 0.54 | 0.56 |
| Hex | B3 | 53 | CB | C | 3B | 0 | 14 | 120 | 36 | 38 |
| Octal | 263 | 123 | 313 | 14 | 73 | 0 | 24 | 440 | 66 | 70 |
| Binary | 10110011 | 1010011 | 11001011 | 1100 | 111011 | 0 | 10100 | 100100000 | 110110 | 111000 |
Color Harmonies of #B353CB
Complementary color
Monochromatic Colors of #B353CB
Black with #B353CB
Text Example
Text Example
White with #B353CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353CB; }
p { color: rgb(179,83,203); }
H1.HeaderClassName
{
color: #B353CB;
}
.AnyTagClassName
{
color: #B353CB;
}
</style>
background-color css
<style>
a { background-color: #B353CB; }
a { background-color: rgb(179,83,203); }
div.DivClassName
{
background-color: #B353CB;
}
.BgClassName
{
background-color: #B353CB;
}
</style>
border-color css
<style>
span { border-color: #B353CB; }
span { border-color: rgb(179,83,203); }
td.TdClassName
{
border-color: #B353CB;
}
.TagClassName
{
border-color: #B353CB;
}
</style>