Shades of Medium Orchid #B935DB
Tints of Medium Orchid #B935DB
RGB
CMYK
RGB Variations
Color information
#B935DB (or 0xB935DB) is known color: Medium Orchid. HEX triplet: B9, 35 and DB. RGB value is (185,53,219). Sum of RGB (Red+Green+Blue) = 185+53+219=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B935DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935DB is #46CA24. Grayscale: #6E6E6E. Windows color (decimal): -4639269 or 14366137. OLE color: 14366137.
HSL color Cylindrical-coordinate representation of color #B935DB: hue angle of 287.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B935DB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 53 | 219 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.14 |
| HSL | 287.71º | 0.7% | 0.53% | - |
| HSV(B) | 287.71º | 0.76% | 0.86% | - |
| XYZ | 34.07 | 17.97 | 68.69 | - |
| YUV | 111.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 219 | 0.16 | 0.76 | 0 | 0.14 | 287.71 | 0.7 | 0.53 |
| Hex | B9 | 35 | DB | 10 | 4C | 0 | E | 120 | 46 | 35 |
| Octal | 271 | 65 | 333 | 20 | 114 | 0 | 16 | 440 | 106 | 65 |
| Binary | 10111001 | 110101 | 11011011 | 10000 | 1001100 | 0 | 1110 | 100100000 | 1000110 | 110101 |
Color Harmonies of #B935DB
Complementary color
Monochromatic Colors of #B935DB
Black with #B935DB
Text Example
Text Example
White with #B935DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935DB; }
p { color: rgb(185,53,219); }
H1.HeaderClassName
{
color: #B935DB;
}
.AnyTagClassName
{
color: #B935DB;
}
</style>
background-color css
<style>
a { background-color: #B935DB; }
a { background-color: rgb(185,53,219); }
div.DivClassName
{
background-color: #B935DB;
}
.BgClassName
{
background-color: #B935DB;
}
</style>
border-color css
<style>
span { border-color: #B935DB; }
span { border-color: rgb(185,53,219); }
td.TdClassName
{
border-color: #B935DB;
}
.TagClassName
{
border-color: #B935DB;
}
</style>