Shades of Medium Orchid #B05CDB
Tints of Medium Orchid #B05CDB
RGB
CMYK
RGB Variations
Color information
#B05CDB (or 0xB05CDB) is known color: Medium Orchid. HEX triplet: B0, 5C and DB. RGB value is (176,92,219). Sum of RGB (Red+Green+Blue) = 176+92+219=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B05CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CDB is #4FA324. Grayscale: #838383. Windows color (decimal): -5219109 or 14376112. OLE color: 14376112.
HSL color Cylindrical-coordinate representation of color #B05CDB: hue angle of 279.69º 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 #B05CDB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 92 | 219 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.14 |
| HSL | 279.69º | 0.64% | 0.61% | - |
| HSV(B) | 279.69º | 0.58% | 0.86% | - |
| XYZ | 34.52 | 22 | 69.44 | - |
| YUV | 131.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 219 | 0.20 | 0.58 | 0 | 0.14 | 279.69 | 0.64 | 0.61 |
| Hex | B0 | 5C | DB | 14 | 3A | 0 | E | 118 | 40 | 3D |
| Octal | 260 | 134 | 333 | 24 | 72 | 0 | 16 | 430 | 100 | 75 |
| Binary | 10110000 | 1011100 | 11011011 | 10100 | 111010 | 0 | 1110 | 100011000 | 1000000 | 111101 |
Color Harmonies of #B05CDB
Complementary color
Monochromatic Colors of #B05CDB
Black with #B05CDB
Text Example
Text Example
White with #B05CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CDB; }
p { color: rgb(176,92,219); }
H1.HeaderClassName
{
color: #B05CDB;
}
.AnyTagClassName
{
color: #B05CDB;
}
</style>
background-color css
<style>
a { background-color: #B05CDB; }
a { background-color: rgb(176,92,219); }
div.DivClassName
{
background-color: #B05CDB;
}
.BgClassName
{
background-color: #B05CDB;
}
</style>
border-color css
<style>
span { border-color: #B05CDB; }
span { border-color: rgb(176,92,219); }
td.TdClassName
{
border-color: #B05CDB;
}
.TagClassName
{
border-color: #B05CDB;
}
</style>