Shades of Medium Orchid #B359F2
Tints of Medium Orchid #B359F2
RGB
CMYK
RGB Variations
Color information
#B359F2 (or 0xB359F2) is known color: Medium Orchid. HEX triplet: B3, 59 and F2. RGB value is (179,89,242). Sum of RGB (Red+Green+Blue) = 179+89+242=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #B359F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359F2 is #4CA60D. Grayscale: #848484. Windows color (decimal): -5023246 or 15882675. OLE color: 15882675.
HSL color Cylindrical-coordinate representation of color #B359F2: hue angle of 275.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B359F2 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 89 | 242 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.05 |
| HSL | 275.29º | 0.85% | 0.65% | - |
| HSV(B) | 275.29º | 0.63% | 0.95% | - |
| XYZ | 38.19 | 23.14 | 86.46 | - |
| YUV | 133.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 242 | 0.26 | 0.63 | 0 | 0.05 | 275.29 | 0.85 | 0.65 |
| Hex | B3 | 59 | F2 | 1A | 3F | 0 | 5 | 113 | 55 | 41 |
| Octal | 263 | 131 | 362 | 32 | 77 | 0 | 5 | 423 | 125 | 101 |
| Binary | 10110011 | 1011001 | 11110010 | 11010 | 111111 | 0 | 101 | 100010011 | 1010101 | 1000001 |
Color Harmonies of #B359F2
Complementary color
Monochromatic Colors of #B359F2
Black with #B359F2
Text Example
Text Example
White with #B359F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359F2; }
p { color: rgb(179,89,242); }
H1.HeaderClassName
{
color: #B359F2;
}
.AnyTagClassName
{
color: #B359F2;
}
</style>
background-color css
<style>
a { background-color: #B359F2; }
a { background-color: rgb(179,89,242); }
div.DivClassName
{
background-color: #B359F2;
}
.BgClassName
{
background-color: #B359F2;
}
</style>
border-color css
<style>
span { border-color: #B359F2; }
span { border-color: rgb(179,89,242); }
td.TdClassName
{
border-color: #B359F2;
}
.TagClassName
{
border-color: #B359F2;
}
</style>