Shades of Medium Orchid #B743D6
Tints of Medium Orchid #B743D6
RGB
CMYK
RGB Variations
Color information
#B743D6 (or 0xB743D6) is known color: Medium Orchid. HEX triplet: B7, 43 and D6. RGB value is (183,67,214). Sum of RGB (Red+Green+Blue) = 183+67+214=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #B743D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B743D6 is #48BC29. Grayscale: #757575. Windows color (decimal): -4766762 or 14042039. OLE color: 14042039.
HSL color Cylindrical-coordinate representation of color #B743D6: hue angle of 287.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B743D6 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 67 | 214 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.16 |
| HSL | 287.35º | 0.64% | 0.55% | - |
| HSV(B) | 287.35º | 0.69% | 0.84% | - |
| XYZ | 33.67 | 18.94 | 65.5 | - |
| YUV | 118.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 214 | 0.14 | 0.69 | 0 | 0.16 | 287.35 | 0.64 | 0.55 |
| Hex | B7 | 43 | D6 | E | 45 | 0 | 10 | 11F | 40 | 37 |
| Octal | 267 | 103 | 326 | 16 | 105 | 0 | 20 | 437 | 100 | 67 |
| Binary | 10110111 | 1000011 | 11010110 | 1110 | 1000101 | 0 | 10000 | 100011111 | 1000000 | 110111 |
Color Harmonies of #B743D6
Complementary color
Monochromatic Colors of #B743D6
Black with #B743D6
Text Example
Text Example
White with #B743D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743D6; }
p { color: rgb(183,67,214); }
H1.HeaderClassName
{
color: #B743D6;
}
.AnyTagClassName
{
color: #B743D6;
}
</style>
background-color css
<style>
a { background-color: #B743D6; }
a { background-color: rgb(183,67,214); }
div.DivClassName
{
background-color: #B743D6;
}
.BgClassName
{
background-color: #B743D6;
}
</style>
border-color css
<style>
span { border-color: #B743D6; }
span { border-color: rgb(183,67,214); }
td.TdClassName
{
border-color: #B743D6;
}
.TagClassName
{
border-color: #B743D6;
}
</style>