Shades of Medium Orchid #B353FF
Tints of Medium Orchid #B353FF
RGB
CMYK
RGB Variations
Color information
#B353FF (or 0xB353FF) is known color: Medium Orchid. HEX triplet: B3, 53 and FF. RGB value is (179,83,255). Sum of RGB (Red+Green+Blue) = 179+83+255=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B353FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353FF is #4CAC00. Grayscale: #828282. Windows color (decimal): -5024769 or 16733107. OLE color: 16733107.
HSL color Cylindrical-coordinate representation of color #B353FF: hue angle of 273.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B353FF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 83 | 255 | - |
| CMYK | 0.30 | 0.67 | 0 | 0 |
| HSL | 273.49º | 1% | 0.66% | - |
| HSV(B) | 273.49º | 0.67% | 1% | - |
| XYZ | 39.73 | 22.99 | 96.95 | - |
| YUV | 131.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 255 | 0.30 | 0.67 | 0 | 0 | 273.49 | 1 | 0.66 |
| Hex | B3 | 53 | FF | 1E | 43 | 0 | 0 | 111 | 64 | 42 |
| Octal | 263 | 123 | 377 | 36 | 103 | 0 | 0 | 421 | 144 | 102 |
| Binary | 10110011 | 1010011 | 11111111 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100100 | 1000010 |
Color Harmonies of #B353FF
Complementary color
Monochromatic Colors of #B353FF
Black with #B353FF
Text Example
Text Example
White with #B353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353FF; }
p { color: rgb(179,83,255); }
H1.HeaderClassName
{
color: #B353FF;
}
.AnyTagClassName
{
color: #B353FF;
}
</style>
background-color css
<style>
a { background-color: #B353FF; }
a { background-color: rgb(179,83,255); }
div.DivClassName
{
background-color: #B353FF;
}
.BgClassName
{
background-color: #B353FF;
}
</style>
border-color css
<style>
span { border-color: #B353FF; }
span { border-color: rgb(179,83,255); }
td.TdClassName
{
border-color: #B353FF;
}
.TagClassName
{
border-color: #B353FF;
}
</style>