Shades of Medium Orchid #B355FF
Tints of Medium Orchid #B355FF
RGB
CMYK
RGB Variations
Color information
#B355FF (or 0xB355FF) is known color: Medium Orchid. HEX triplet: B3, 55 and FF. RGB value is (179,85,255). Sum of RGB (Red+Green+Blue) = 179+85+255=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B355FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FF is #4CAA00. Grayscale: #838383. Windows color (decimal): -5024257 or 16733619. OLE color: 16733619.
HSL color Cylindrical-coordinate representation of color #B355FF: hue angle of 273.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B355FF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 85 | 255 | - |
| CMYK | 0.30 | 0.67 | 0 | 0 |
| HSL | 273.18º | 1% | 0.67% | - |
| HSV(B) | 273.18º | 0.67% | 1% | - |
| XYZ | 39.89 | 23.3 | 97 | - |
| YUV | 132.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 255 | 0.30 | 0.67 | 0 | 0 | 273.18 | 1 | 0.67 |
| Hex | B3 | 55 | FF | 1E | 43 | 0 | 0 | 111 | 64 | 43 |
| Octal | 263 | 125 | 377 | 36 | 103 | 0 | 0 | 421 | 144 | 103 |
| Binary | 10110011 | 1010101 | 11111111 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100100 | 1000011 |
Color Harmonies of #B355FF
Complementary color
Monochromatic Colors of #B355FF
Black with #B355FF
Text Example
Text Example
White with #B355FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355FF; }
p { color: rgb(179,85,255); }
H1.HeaderClassName
{
color: #B355FF;
}
.AnyTagClassName
{
color: #B355FF;
}
</style>
background-color css
<style>
a { background-color: #B355FF; }
a { background-color: rgb(179,85,255); }
div.DivClassName
{
background-color: #B355FF;
}
.BgClassName
{
background-color: #B355FF;
}
</style>
border-color css
<style>
span { border-color: #B355FF; }
span { border-color: rgb(179,85,255); }
td.TdClassName
{
border-color: #B355FF;
}
.TagClassName
{
border-color: #B355FF;
}
</style>