Shades of Medium Orchid #B347DB
Tints of Medium Orchid #B347DB
RGB
CMYK
RGB Variations
Color information
#B347DB (or 0xB347DB) is known color: Medium Orchid. HEX triplet: B3, 47 and DB. RGB value is (179,71,219). Sum of RGB (Red+Green+Blue) = 179+71+219=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B347DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347DB is #4CB824. Grayscale: #777777. Windows color (decimal): -5027877 or 14370739. OLE color: 14370739.
HSL color Cylindrical-coordinate representation of color #B347DB: hue angle of 283.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B347DB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 71 | 219 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.14 |
| HSL | 283.78º | 0.67% | 0.57% | - |
| HSV(B) | 283.78º | 0.68% | 0.86% | - |
| XYZ | 33.63 | 19.2 | 68.95 | - |
| YUV | 120.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 219 | 0.18 | 0.68 | 0 | 0.14 | 283.78 | 0.67 | 0.57 |
| Hex | B3 | 47 | DB | 12 | 44 | 0 | E | 11C | 43 | 39 |
| Octal | 263 | 107 | 333 | 22 | 104 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110011 | 1000111 | 11011011 | 10010 | 1000100 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B347DB
Complementary color
Monochromatic Colors of #B347DB
Black with #B347DB
Text Example
Text Example
White with #B347DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347DB; }
p { color: rgb(179,71,219); }
H1.HeaderClassName
{
color: #B347DB;
}
.AnyTagClassName
{
color: #B347DB;
}
</style>
background-color css
<style>
a { background-color: #B347DB; }
a { background-color: rgb(179,71,219); }
div.DivClassName
{
background-color: #B347DB;
}
.BgClassName
{
background-color: #B347DB;
}
</style>
border-color css
<style>
span { border-color: #B347DB; }
span { border-color: rgb(179,71,219); }
td.TdClassName
{
border-color: #B347DB;
}
.TagClassName
{
border-color: #B347DB;
}
</style>