Shades of Medium Orchid #B743F2
Tints of Medium Orchid #B743F2
RGB
CMYK
RGB Variations
Color information
#B743F2 (or 0xB743F2) is known color: Medium Orchid. HEX triplet: B7, 43 and F2. RGB value is (183,67,242). Sum of RGB (Red+Green+Blue) = 183+67+242=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #B743F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B743F2 is #48BC0D. Grayscale: #797979. Windows color (decimal): -4766734 or 15877047. OLE color: 15877047.
HSL color Cylindrical-coordinate representation of color #B743F2: hue angle of 279.77º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B743F2 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 67 | 242 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.05 |
| HSL | 279.77º | 0.87% | 0.61% | - |
| HSV(B) | 279.77º | 0.72% | 0.95% | - |
| XYZ | 37.56 | 20.49 | 85.98 | - |
| YUV | 121.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 242 | 0.24 | 0.72 | 0 | 0.05 | 279.77 | 0.87 | 0.61 |
| Hex | B7 | 43 | F2 | 18 | 48 | 0 | 5 | 118 | 57 | 3D |
| Octal | 267 | 103 | 362 | 30 | 110 | 0 | 5 | 430 | 127 | 75 |
| Binary | 10110111 | 1000011 | 11110010 | 11000 | 1001000 | 0 | 101 | 100011000 | 1010111 | 111101 |
Color Harmonies of #B743F2
Complementary color
Monochromatic Colors of #B743F2
Black with #B743F2
Text Example
Text Example
White with #B743F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743F2; }
p { color: rgb(183,67,242); }
H1.HeaderClassName
{
color: #B743F2;
}
.AnyTagClassName
{
color: #B743F2;
}
</style>
background-color css
<style>
a { background-color: #B743F2; }
a { background-color: rgb(183,67,242); }
div.DivClassName
{
background-color: #B743F2;
}
.BgClassName
{
background-color: #B743F2;
}
</style>
border-color css
<style>
span { border-color: #B743F2; }
span { border-color: rgb(183,67,242); }
td.TdClassName
{
border-color: #B743F2;
}
.TagClassName
{
border-color: #B743F2;
}
</style>