Shades of Medium Orchid #B747F2
Tints of Medium Orchid #B747F2
RGB
CMYK
RGB Variations
Color information
#B747F2 (or 0xB747F2) is known color: Medium Orchid. HEX triplet: B7, 47 and F2. RGB value is (183,71,242). Sum of RGB (Red+Green+Blue) = 183+71+242=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #B747F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B747F2 is #48B80D. Grayscale: #7B7B7B. Windows color (decimal): -4765710 or 15878071. OLE color: 15878071.
HSL color Cylindrical-coordinate representation of color #B747F2: hue angle of 279.3º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B747F2 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 71 | 242 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.05 |
| HSL | 279.3º | 0.87% | 0.61% | - |
| HSV(B) | 279.3º | 0.71% | 0.95% | - |
| XYZ | 37.81 | 20.98 | 86.06 | - |
| YUV | 123.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 242 | 0.24 | 0.71 | 0 | 0.05 | 279.3 | 0.87 | 0.61 |
| Hex | B7 | 47 | F2 | 18 | 47 | 0 | 5 | 117 | 57 | 3D |
| Octal | 267 | 107 | 362 | 30 | 107 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110111 | 1000111 | 11110010 | 11000 | 1000111 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B747F2
Complementary color
Monochromatic Colors of #B747F2
Black with #B747F2
Text Example
Text Example
White with #B747F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747F2; }
p { color: rgb(183,71,242); }
H1.HeaderClassName
{
color: #B747F2;
}
.AnyTagClassName
{
color: #B747F2;
}
</style>
background-color css
<style>
a { background-color: #B747F2; }
a { background-color: rgb(183,71,242); }
div.DivClassName
{
background-color: #B747F2;
}
.BgClassName
{
background-color: #B747F2;
}
</style>
border-color css
<style>
span { border-color: #B747F2; }
span { border-color: rgb(183,71,242); }
td.TdClassName
{
border-color: #B747F2;
}
.TagClassName
{
border-color: #B747F2;
}
</style>