Shades of Medium Orchid #B353F2
Tints of Medium Orchid #B353F2
RGB
CMYK
RGB Variations
Color information
#B353F2 (or 0xB353F2) is known color: Medium Orchid. HEX triplet: B3, 53 and F2. RGB value is (179,83,242). Sum of RGB (Red+Green+Blue) = 179+83+242=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #B353F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353F2 is #4CAC0D. Grayscale: #818181. Windows color (decimal): -5024782 or 15881139. OLE color: 15881139.
HSL color Cylindrical-coordinate representation of color #B353F2: hue angle of 276.23º degrees, saturation: 0.86, 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 #B353F2 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 83 | 242 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.05 |
| HSL | 276.23º | 0.86% | 0.64% | - |
| HSV(B) | 276.23º | 0.66% | 0.95% | - |
| XYZ | 37.71 | 22.18 | 86.3 | - |
| YUV | 129.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 242 | 0.26 | 0.66 | 0 | 0.05 | 276.23 | 0.86 | 0.64 |
| Hex | B3 | 53 | F2 | 1A | 42 | 0 | 5 | 114 | 56 | 40 |
| Octal | 263 | 123 | 362 | 32 | 102 | 0 | 5 | 424 | 126 | 100 |
| Binary | 10110011 | 1010011 | 11110010 | 11010 | 1000010 | 0 | 101 | 100010100 | 1010110 | 1000000 |
Color Harmonies of #B353F2
Complementary color
Monochromatic Colors of #B353F2
Black with #B353F2
Text Example
Text Example
White with #B353F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353F2; }
p { color: rgb(179,83,242); }
H1.HeaderClassName
{
color: #B353F2;
}
.AnyTagClassName
{
color: #B353F2;
}
</style>
background-color css
<style>
a { background-color: #B353F2; }
a { background-color: rgb(179,83,242); }
div.DivClassName
{
background-color: #B353F2;
}
.BgClassName
{
background-color: #B353F2;
}
</style>
border-color css
<style>
span { border-color: #B353F2; }
span { border-color: rgb(179,83,242); }
td.TdClassName
{
border-color: #B353F2;
}
.TagClassName
{
border-color: #B353F2;
}
</style>