Shades of Medium Orchid #B740DC
Tints of Medium Orchid #B740DC
RGB
CMYK
RGB Variations
Color information
#B740DC (or 0xB740DC) is known color: Medium Orchid. HEX triplet: B7, 40 and DC. RGB value is (183,64,220). Sum of RGB (Red+Green+Blue) = 183+64+220=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #B740DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740DC is #48BF23. Grayscale: #747474. Windows color (decimal): -4767524 or 14434487. OLE color: 14434487.
HSL color Cylindrical-coordinate representation of color #B740DC: hue angle of 285.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B740DC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 64 | 220 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.14 |
| HSL | 285.77º | 0.69% | 0.56% | - |
| HSV(B) | 285.77º | 0.71% | 0.86% | - |
| XYZ | 34.28 | 18.9 | 69.55 | - |
| YUV | 117.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 220 | 0.17 | 0.71 | 0 | 0.14 | 285.77 | 0.69 | 0.56 |
| Hex | B7 | 40 | DC | 11 | 47 | 0 | E | 11E | 45 | 38 |
| Octal | 267 | 100 | 334 | 21 | 107 | 0 | 16 | 436 | 105 | 70 |
| Binary | 10110111 | 1000000 | 11011100 | 10001 | 1000111 | 0 | 1110 | 100011110 | 1000101 | 111000 |
Color Harmonies of #B740DC
Complementary color
Monochromatic Colors of #B740DC
Black with #B740DC
Text Example
Text Example
White with #B740DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740DC; }
p { color: rgb(183,64,220); }
H1.HeaderClassName
{
color: #B740DC;
}
.AnyTagClassName
{
color: #B740DC;
}
</style>
background-color css
<style>
a { background-color: #B740DC; }
a { background-color: rgb(183,64,220); }
div.DivClassName
{
background-color: #B740DC;
}
.BgClassName
{
background-color: #B740DC;
}
</style>
border-color css
<style>
span { border-color: #B740DC; }
span { border-color: rgb(183,64,220); }
td.TdClassName
{
border-color: #B740DC;
}
.TagClassName
{
border-color: #B740DC;
}
</style>