Shades of Medium Orchid #B353F3
Tints of Medium Orchid #B353F3
RGB
CMYK
RGB Variations
Color information
#B353F3 (or 0xB353F3) is known color: Medium Orchid. HEX triplet: B3, 53 and F3. RGB value is (179,83,243). Sum of RGB (Red+Green+Blue) = 179+83+243=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #B353F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353F3 is #4CAC0C. Grayscale: #818181. Windows color (decimal): -5024781 or 15946675. OLE color: 15946675.
HSL color Cylindrical-coordinate representation of color #B353F3: hue angle of 276º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B353F3 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 83 | 243 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.05 |
| HSL | 276º | 0.87% | 0.64% | - |
| HSV(B) | 276º | 0.66% | 0.95% | - |
| XYZ | 37.86 | 22.24 | 87.09 | - |
| YUV | 129.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 243 | 0.26 | 0.66 | 0 | 0.05 | 276 | 0.87 | 0.64 |
| Hex | B3 | 53 | F3 | 1A | 42 | 0 | 5 | 114 | 57 | 40 |
| Octal | 263 | 123 | 363 | 32 | 102 | 0 | 5 | 424 | 127 | 100 |
| Binary | 10110011 | 1010011 | 11110011 | 11010 | 1000010 | 0 | 101 | 100010100 | 1010111 | 1000000 |
Color Harmonies of #B353F3
Complementary color
Monochromatic Colors of #B353F3
Black with #B353F3
Text Example
Text Example
White with #B353F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353F3; }
p { color: rgb(179,83,243); }
H1.HeaderClassName
{
color: #B353F3;
}
.AnyTagClassName
{
color: #B353F3;
}
</style>
background-color css
<style>
a { background-color: #B353F3; }
a { background-color: rgb(179,83,243); }
div.DivClassName
{
background-color: #B353F3;
}
.BgClassName
{
background-color: #B353F3;
}
</style>
border-color css
<style>
span { border-color: #B353F3; }
span { border-color: rgb(179,83,243); }
td.TdClassName
{
border-color: #B353F3;
}
.TagClassName
{
border-color: #B353F3;
}
</style>