Shades of Medium Orchid #B35DDB
Tints of Medium Orchid #B35DDB
RGB
CMYK
RGB Variations
Color information
#B35DDB (or 0xB35DDB) is known color: Medium Orchid. HEX triplet: B3, 5D and DB. RGB value is (179,93,219). Sum of RGB (Red+Green+Blue) = 179+93+219=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B35DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DDB is #4CA224. Grayscale: #848484. Windows color (decimal): -5022245 or 14376371. OLE color: 14376371.
HSL color Cylindrical-coordinate representation of color #B35DDB: hue angle of 280.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35DDB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 93 | 219 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.14 |
| HSL | 280.95º | 0.64% | 0.61% | - |
| HSV(B) | 280.95º | 0.58% | 0.86% | - |
| XYZ | 35.29 | 22.53 | 69.51 | - |
| YUV | 133.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 219 | 0.18 | 0.58 | 0 | 0.14 | 280.95 | 0.64 | 0.61 |
| Hex | B3 | 5D | DB | 12 | 3A | 0 | E | 119 | 40 | 3D |
| Octal | 263 | 135 | 333 | 22 | 72 | 0 | 16 | 431 | 100 | 75 |
| Binary | 10110011 | 1011101 | 11011011 | 10010 | 111010 | 0 | 1110 | 100011001 | 1000000 | 111101 |
Color Harmonies of #B35DDB
Complementary color
Monochromatic Colors of #B35DDB
Black with #B35DDB
Text Example
Text Example
White with #B35DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DDB; }
p { color: rgb(179,93,219); }
H1.HeaderClassName
{
color: #B35DDB;
}
.AnyTagClassName
{
color: #B35DDB;
}
</style>
background-color css
<style>
a { background-color: #B35DDB; }
a { background-color: rgb(179,93,219); }
div.DivClassName
{
background-color: #B35DDB;
}
.BgClassName
{
background-color: #B35DDB;
}
</style>
border-color css
<style>
span { border-color: #B35DDB; }
span { border-color: rgb(179,93,219); }
td.TdClassName
{
border-color: #B35DDB;
}
.TagClassName
{
border-color: #B35DDB;
}
</style>