Shades of Medium Orchid #B35BDA
Tints of Medium Orchid #B35BDA
RGB
CMYK
RGB Variations
Color information
#B35BDA (or 0xB35BDA) is known color: Medium Orchid. HEX triplet: B3, 5B and DA. RGB value is (179,91,218). Sum of RGB (Red+Green+Blue) = 179+91+218=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B35BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BDA is #4CA425. Grayscale: #838383. Windows color (decimal): -5022758 or 14310323. OLE color: 14310323.
HSL color Cylindrical-coordinate representation of color #B35BDA: hue angle of 281.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35BDA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 91 | 218 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.15 |
| HSL | 281.57º | 0.63% | 0.61% | - |
| HSV(B) | 281.57º | 0.58% | 0.85% | - |
| XYZ | 34.99 | 22.13 | 68.76 | - |
| YUV | 131.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 218 | 0.18 | 0.58 | 0 | 0.15 | 281.57 | 0.63 | 0.61 |
| Hex | B3 | 5B | DA | 12 | 3A | 0 | F | 11A | 3F | 3D |
| Octal | 263 | 133 | 332 | 22 | 72 | 0 | 17 | 432 | 77 | 75 |
| Binary | 10110011 | 1011011 | 11011010 | 10010 | 111010 | 0 | 1111 | 100011010 | 111111 | 111101 |
Color Harmonies of #B35BDA
Complementary color
Monochromatic Colors of #B35BDA
Black with #B35BDA
Text Example
Text Example
White with #B35BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BDA; }
p { color: rgb(179,91,218); }
H1.HeaderClassName
{
color: #B35BDA;
}
.AnyTagClassName
{
color: #B35BDA;
}
</style>
background-color css
<style>
a { background-color: #B35BDA; }
a { background-color: rgb(179,91,218); }
div.DivClassName
{
background-color: #B35BDA;
}
.BgClassName
{
background-color: #B35BDA;
}
</style>
border-color css
<style>
span { border-color: #B35BDA; }
span { border-color: rgb(179,91,218); }
td.TdClassName
{
border-color: #B35BDA;
}
.TagClassName
{
border-color: #B35BDA;
}
</style>