Shades of Medium Orchid #B355EF
Tints of Medium Orchid #B355EF
RGB
CMYK
RGB Variations
Color information
#B355EF (or 0xB355EF) is known color: Medium Orchid. HEX triplet: B3, 55 and EF. RGB value is (179,85,239). Sum of RGB (Red+Green+Blue) = 179+85+239=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #B355EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355EF is #4CAA10. Grayscale: #828282. Windows color (decimal): -5024273 or 15685043. OLE color: 15685043.
HSL color Cylindrical-coordinate representation of color #B355EF: hue angle of 276.62º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B355EF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 85 | 239 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.06 |
| HSL | 276.62º | 0.83% | 0.64% | - |
| HSV(B) | 276.62º | 0.64% | 0.94% | - |
| XYZ | 37.42 | 22.31 | 84 | - |
| YUV | 130.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 239 | 0.25 | 0.64 | 0 | 0.06 | 276.62 | 0.83 | 0.64 |
| Hex | B3 | 55 | EF | 19 | 40 | 0 | 6 | 115 | 53 | 40 |
| Octal | 263 | 125 | 357 | 31 | 100 | 0 | 6 | 425 | 123 | 100 |
| Binary | 10110011 | 1010101 | 11101111 | 11001 | 1000000 | 0 | 110 | 100010101 | 1010011 | 1000000 |
Color Harmonies of #B355EF
Complementary color
Monochromatic Colors of #B355EF
Black with #B355EF
Text Example
Text Example
White with #B355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355EF; }
p { color: rgb(179,85,239); }
H1.HeaderClassName
{
color: #B355EF;
}
.AnyTagClassName
{
color: #B355EF;
}
</style>
background-color css
<style>
a { background-color: #B355EF; }
a { background-color: rgb(179,85,239); }
div.DivClassName
{
background-color: #B355EF;
}
.BgClassName
{
background-color: #B355EF;
}
</style>
border-color css
<style>
span { border-color: #B355EF; }
span { border-color: rgb(179,85,239); }
td.TdClassName
{
border-color: #B355EF;
}
.TagClassName
{
border-color: #B355EF;
}
</style>