Shades of Medium Orchid #B740DB
Tints of Medium Orchid #B740DB
RGB
CMYK
RGB Variations
Color information
#B740DB (or 0xB740DB) is known color: Medium Orchid. HEX triplet: B7, 40 and DB. RGB value is (183,64,219). Sum of RGB (Red+Green+Blue) = 183+64+219=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B740DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740DB is #48BF24. Grayscale: #747474. Windows color (decimal): -4767525 or 14368951. OLE color: 14368951.
HSL color Cylindrical-coordinate representation of color #B740DB: hue angle of 286.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B740DB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 64 | 219 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.06º | 0.68% | 0.55% | - |
| HSV(B) | 286.06º | 0.71% | 0.86% | - |
| XYZ | 34.15 | 18.85 | 68.86 | - |
| YUV | 117.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 219 | 0.16 | 0.71 | 0 | 0.14 | 286.06 | 0.68 | 0.55 |
| Hex | B7 | 40 | DB | 10 | 47 | 0 | E | 11E | 44 | 37 |
| Octal | 267 | 100 | 333 | 20 | 107 | 0 | 16 | 436 | 104 | 67 |
| Binary | 10110111 | 1000000 | 11011011 | 10000 | 1000111 | 0 | 1110 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B740DB
Complementary color
Monochromatic Colors of #B740DB
Black with #B740DB
Text Example
Text Example
White with #B740DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740DB; }
p { color: rgb(183,64,219); }
H1.HeaderClassName
{
color: #B740DB;
}
.AnyTagClassName
{
color: #B740DB;
}
</style>
background-color css
<style>
a { background-color: #B740DB; }
a { background-color: rgb(183,64,219); }
div.DivClassName
{
background-color: #B740DB;
}
.BgClassName
{
background-color: #B740DB;
}
</style>
border-color css
<style>
span { border-color: #B740DB; }
span { border-color: rgb(183,64,219); }
td.TdClassName
{
border-color: #B740DB;
}
.TagClassName
{
border-color: #B740DB;
}
</style>