Shades of Medium Orchid #B359EF
Tints of Medium Orchid #B359EF
RGB
CMYK
RGB Variations
Color information
#B359EF (or 0xB359EF) is known color: Medium Orchid. HEX triplet: B3, 59 and EF. RGB value is (179,89,239). Sum of RGB (Red+Green+Blue) = 179+89+239=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B359EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359EF is #4CA610. Grayscale: #848484. Windows color (decimal): -5023249 or 15686067. OLE color: 15686067.
HSL color Cylindrical-coordinate representation of color #B359EF: hue angle of 276º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B359EF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 89 | 239 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.06 |
| HSL | 276º | 0.82% | 0.64% | - |
| HSV(B) | 276º | 0.63% | 0.94% | - |
| XYZ | 37.74 | 22.96 | 84.1 | - |
| YUV | 133.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 239 | 0.25 | 0.63 | 0 | 0.06 | 276 | 0.82 | 0.64 |
| Hex | B3 | 59 | EF | 19 | 3F | 0 | 6 | 114 | 52 | 40 |
| Octal | 263 | 131 | 357 | 31 | 77 | 0 | 6 | 424 | 122 | 100 |
| Binary | 10110011 | 1011001 | 11101111 | 11001 | 111111 | 0 | 110 | 100010100 | 1010010 | 1000000 |
Color Harmonies of #B359EF
Complementary color
Monochromatic Colors of #B359EF
Black with #B359EF
Text Example
Text Example
White with #B359EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359EF; }
p { color: rgb(179,89,239); }
H1.HeaderClassName
{
color: #B359EF;
}
.AnyTagClassName
{
color: #B359EF;
}
</style>
background-color css
<style>
a { background-color: #B359EF; }
a { background-color: rgb(179,89,239); }
div.DivClassName
{
background-color: #B359EF;
}
.BgClassName
{
background-color: #B359EF;
}
</style>
border-color css
<style>
span { border-color: #B359EF; }
span { border-color: rgb(179,89,239); }
td.TdClassName
{
border-color: #B359EF;
}
.TagClassName
{
border-color: #B359EF;
}
</style>