Shades of Medium Orchid #B734DB
Tints of Medium Orchid #B734DB
RGB
CMYK
RGB Variations
Color information
#B734DB (or 0xB734DB) is known color: Medium Orchid. HEX triplet: B7, 34 and DB. RGB value is (183,52,219). Sum of RGB (Red+Green+Blue) = 183+52+219=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B734DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734DB is #48CB24. Grayscale: #6D6D6D. Windows color (decimal): -4770597 or 14365879. OLE color: 14365879.
HSL color Cylindrical-coordinate representation of color #B734DB: hue angle of 287.07º 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 #B734DB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 52 | 219 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.14 |
| HSL | 287.07º | 0.7% | 0.53% | - |
| HSV(B) | 287.07º | 0.76% | 0.86% | - |
| XYZ | 33.54 | 17.64 | 68.65 | - |
| YUV | 110.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 219 | 0.16 | 0.76 | 0 | 0.14 | 287.07 | 0.7 | 0.53 |
| Hex | B7 | 34 | DB | 10 | 4C | 0 | E | 11F | 46 | 35 |
| Octal | 267 | 64 | 333 | 20 | 114 | 0 | 16 | 437 | 106 | 65 |
| Binary | 10110111 | 110100 | 11011011 | 10000 | 1001100 | 0 | 1110 | 100011111 | 1000110 | 110101 |
Color Harmonies of #B734DB
Complementary color
Monochromatic Colors of #B734DB
Black with #B734DB
Text Example
Text Example
White with #B734DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734DB; }
p { color: rgb(183,52,219); }
H1.HeaderClassName
{
color: #B734DB;
}
.AnyTagClassName
{
color: #B734DB;
}
</style>
background-color css
<style>
a { background-color: #B734DB; }
a { background-color: rgb(183,52,219); }
div.DivClassName
{
background-color: #B734DB;
}
.BgClassName
{
background-color: #B734DB;
}
</style>
border-color css
<style>
span { border-color: #B734DB; }
span { border-color: rgb(183,52,219); }
td.TdClassName
{
border-color: #B734DB;
}
.TagClassName
{
border-color: #B734DB;
}
</style>