Shades of Medium Orchid #B74AF3
Tints of Medium Orchid #B74AF3
RGB
CMYK
RGB Variations
Color information
#B74AF3 (or 0xB74AF3) is known color: Medium Orchid. HEX triplet: B7, 4A and F3. RGB value is (183,74,243). Sum of RGB (Red+Green+Blue) = 183+74+243=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #B74AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AF3 is #48B50C. Grayscale: #7D7D7D. Windows color (decimal): -4764941 or 15944375. OLE color: 15944375.
HSL color Cylindrical-coordinate representation of color #B74AF3: hue angle of 278.7º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74AF3 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 74 | 243 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.05 |
| HSL | 278.7º | 0.88% | 0.62% | - |
| HSV(B) | 278.7º | 0.7% | 0.95% | - |
| XYZ | 38.15 | 21.44 | 86.92 | - |
| YUV | 125.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 243 | 0.25 | 0.70 | 0 | 0.05 | 278.7 | 0.88 | 0.62 |
| Hex | B7 | 4A | F3 | 19 | 46 | 0 | 5 | 117 | 58 | 3E |
| Octal | 267 | 112 | 363 | 31 | 106 | 0 | 5 | 427 | 130 | 76 |
| Binary | 10110111 | 1001010 | 11110011 | 11001 | 1000110 | 0 | 101 | 100010111 | 1011000 | 111110 |
Color Harmonies of #B74AF3
Complementary color
Monochromatic Colors of #B74AF3
Black with #B74AF3
Text Example
Text Example
White with #B74AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AF3; }
p { color: rgb(183,74,243); }
H1.HeaderClassName
{
color: #B74AF3;
}
.AnyTagClassName
{
color: #B74AF3;
}
</style>
background-color css
<style>
a { background-color: #B74AF3; }
a { background-color: rgb(183,74,243); }
div.DivClassName
{
background-color: #B74AF3;
}
.BgClassName
{
background-color: #B74AF3;
}
</style>
border-color css
<style>
span { border-color: #B74AF3; }
span { border-color: rgb(183,74,243); }
td.TdClassName
{
border-color: #B74AF3;
}
.TagClassName
{
border-color: #B74AF3;
}
</style>