Shades of Medium Orchid #B741DA
Tints of Medium Orchid #B741DA
RGB
CMYK
RGB Variations
Color information
#B741DA (or 0xB741DA) is known color: Medium Orchid. HEX triplet: B7, 41 and DA. RGB value is (183,65,218). Sum of RGB (Red+Green+Blue) = 183+65+218=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B741DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741DA is #48BE25. Grayscale: #757575. Windows color (decimal): -4767270 or 14303671. OLE color: 14303671.
HSL color Cylindrical-coordinate representation of color #B741DA: hue angle of 286.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B741DA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 65 | 218 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.15 |
| HSL | 286.27º | 0.67% | 0.55% | - |
| HSV(B) | 286.27º | 0.7% | 0.85% | - |
| XYZ | 34.07 | 18.91 | 68.18 | - |
| YUV | 117.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 218 | 0.16 | 0.70 | 0 | 0.15 | 286.27 | 0.67 | 0.55 |
| Hex | B7 | 41 | DA | 10 | 46 | 0 | F | 11E | 43 | 37 |
| Octal | 267 | 101 | 332 | 20 | 106 | 0 | 17 | 436 | 103 | 67 |
| Binary | 10110111 | 1000001 | 11011010 | 10000 | 1000110 | 0 | 1111 | 100011110 | 1000011 | 110111 |
Color Harmonies of #B741DA
Complementary color
Monochromatic Colors of #B741DA
Black with #B741DA
Text Example
Text Example
White with #B741DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741DA; }
p { color: rgb(183,65,218); }
H1.HeaderClassName
{
color: #B741DA;
}
.AnyTagClassName
{
color: #B741DA;
}
</style>
background-color css
<style>
a { background-color: #B741DA; }
a { background-color: rgb(183,65,218); }
div.DivClassName
{
background-color: #B741DA;
}
.BgClassName
{
background-color: #B741DA;
}
</style>
border-color css
<style>
span { border-color: #B741DA; }
span { border-color: rgb(183,65,218); }
td.TdClassName
{
border-color: #B741DA;
}
.TagClassName
{
border-color: #B741DA;
}
</style>