Shades of Medium Orchid #B355FD
Tints of Medium Orchid #B355FD
RGB
CMYK
RGB Variations
Color information
#B355FD (or 0xB355FD) is known color: Medium Orchid. HEX triplet: B3, 55 and FD. RGB value is (179,85,253). Sum of RGB (Red+Green+Blue) = 179+85+253=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #B355FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FD is #4CAA02. Grayscale: #838383. Windows color (decimal): -5024259 or 16602547. OLE color: 16602547.
HSL color Cylindrical-coordinate representation of color #B355FD: hue angle of 273.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B355FD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 85 | 253 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.01 |
| HSL | 273.57º | 0.98% | 0.66% | - |
| HSV(B) | 273.57º | 0.66% | 0.99% | - |
| XYZ | 39.57 | 23.17 | 95.32 | - |
| YUV | 132.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 253 | 0.29 | 0.66 | 0 | 0.01 | 273.57 | 0.98 | 0.66 |
| Hex | B3 | 55 | FD | 1D | 42 | 0 | 1 | 112 | 62 | 42 |
| Octal | 263 | 125 | 375 | 35 | 102 | 0 | 1 | 422 | 142 | 102 |
| Binary | 10110011 | 1010101 | 11111101 | 11101 | 1000010 | 0 | 1 | 100010010 | 1100010 | 1000010 |
Color Harmonies of #B355FD
Complementary color
Monochromatic Colors of #B355FD
Black with #B355FD
Text Example
Text Example
White with #B355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355FD; }
p { color: rgb(179,85,253); }
H1.HeaderClassName
{
color: #B355FD;
}
.AnyTagClassName
{
color: #B355FD;
}
</style>
background-color css
<style>
a { background-color: #B355FD; }
a { background-color: rgb(179,85,253); }
div.DivClassName
{
background-color: #B355FD;
}
.BgClassName
{
background-color: #B355FD;
}
</style>
border-color css
<style>
span { border-color: #B355FD; }
span { border-color: rgb(179,85,253); }
td.TdClassName
{
border-color: #B355FD;
}
.TagClassName
{
border-color: #B355FD;
}
</style>