Shades of Medium Orchid #B34BDB
Tints of Medium Orchid #B34BDB
RGB
CMYK
RGB Variations
Color information
#B34BDB (or 0xB34BDB) is known color: Medium Orchid. HEX triplet: B3, 4B and DB. RGB value is (179,75,219). Sum of RGB (Red+Green+Blue) = 179+75+219=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B34BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BDB is #4CB424. Grayscale: #7A7A7A. Windows color (decimal): -5026853 or 14371763. OLE color: 14371763.
HSL color Cylindrical-coordinate representation of color #B34BDB: hue angle of 283.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34BDB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 75 | 219 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.14 |
| HSL | 283.33º | 0.67% | 0.58% | - |
| HSV(B) | 283.33º | 0.66% | 0.86% | - |
| XYZ | 33.89 | 19.73 | 69.04 | - |
| YUV | 122.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 219 | 0.18 | 0.66 | 0 | 0.14 | 283.33 | 0.67 | 0.58 |
| Hex | B3 | 4B | DB | 12 | 42 | 0 | E | 11B | 43 | 3A |
| Octal | 263 | 113 | 333 | 22 | 102 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110011 | 1001011 | 11011011 | 10010 | 1000010 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B34BDB
Complementary color
Monochromatic Colors of #B34BDB
Black with #B34BDB
Text Example
Text Example
White with #B34BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34BDB; }
p { color: rgb(179,75,219); }
H1.HeaderClassName
{
color: #B34BDB;
}
.AnyTagClassName
{
color: #B34BDB;
}
</style>
background-color css
<style>
a { background-color: #B34BDB; }
a { background-color: rgb(179,75,219); }
div.DivClassName
{
background-color: #B34BDB;
}
.BgClassName
{
background-color: #B34BDB;
}
</style>
border-color css
<style>
span { border-color: #B34BDB; }
span { border-color: rgb(179,75,219); }
td.TdClassName
{
border-color: #B34BDB;
}
.TagClassName
{
border-color: #B34BDB;
}
</style>