Shades of Medium Orchid #B35ADD
Tints of Medium Orchid #B35ADD
RGB
CMYK
RGB Variations
Color information
#B35ADD (or 0xB35ADD) is known color: Medium Orchid. HEX triplet: B3, 5A and DD. RGB value is (179,90,221). Sum of RGB (Red+Green+Blue) = 179+90+221=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B35ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ADD is #4CA522. Grayscale: #838383. Windows color (decimal): -5023011 or 14506675. OLE color: 14506675.
HSL color Cylindrical-coordinate representation of color #B35ADD: hue angle of 280.76º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B35ADD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 90 | 221 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.13 |
| HSL | 280.76º | 0.66% | 0.61% | - |
| HSV(B) | 280.76º | 0.59% | 0.87% | - |
| XYZ | 35.3 | 22.12 | 70.82 | - |
| YUV | 131.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 221 | 0.19 | 0.59 | 0 | 0.13 | 280.76 | 0.66 | 0.61 |
| Hex | B3 | 5A | DD | 13 | 3B | 0 | D | 119 | 42 | 3D |
| Octal | 263 | 132 | 335 | 23 | 73 | 0 | 15 | 431 | 102 | 75 |
| Binary | 10110011 | 1011010 | 11011101 | 10011 | 111011 | 0 | 1101 | 100011001 | 1000010 | 111101 |
Color Harmonies of #B35ADD
Complementary color
Monochromatic Colors of #B35ADD
Black with #B35ADD
Text Example
Text Example
White with #B35ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35ADD; }
p { color: rgb(179,90,221); }
H1.HeaderClassName
{
color: #B35ADD;
}
.AnyTagClassName
{
color: #B35ADD;
}
</style>
background-color css
<style>
a { background-color: #B35ADD; }
a { background-color: rgb(179,90,221); }
div.DivClassName
{
background-color: #B35ADD;
}
.BgClassName
{
background-color: #B35ADD;
}
</style>
border-color css
<style>
span { border-color: #B35ADD; }
span { border-color: rgb(179,90,221); }
td.TdClassName
{
border-color: #B35ADD;
}
.TagClassName
{
border-color: #B35ADD;
}
</style>