Shades of Medium Orchid #B742F8
Tints of Medium Orchid #B742F8
RGB
CMYK
RGB Variations
Color information
#B742F8 (or 0xB742F8) is known color: Medium Orchid. HEX triplet: B7, 42 and F8. RGB value is (183,66,248). Sum of RGB (Red+Green+Blue) = 183+66+248=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #B742F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742F8 is #48BD07. Grayscale: #797979. Windows color (decimal): -4766984 or 16270007. OLE color: 16270007.
HSL color Cylindrical-coordinate representation of color #B742F8: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B742F8 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 66 | 248 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.03 |
| HSL | 278.57º | 0.93% | 0.62% | - |
| HSV(B) | 278.57º | 0.73% | 0.97% | - |
| XYZ | 38.42 | 20.74 | 90.79 | - |
| YUV | 121.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 248 | 0.26 | 0.73 | 0 | 0.03 | 278.57 | 0.93 | 0.62 |
| Hex | B7 | 42 | F8 | 1A | 49 | 0 | 3 | 117 | 5D | 3E |
| Octal | 267 | 102 | 370 | 32 | 111 | 0 | 3 | 427 | 135 | 76 |
| Binary | 10110111 | 1000010 | 11111000 | 11010 | 1001001 | 0 | 11 | 100010111 | 1011101 | 111110 |
Color Harmonies of #B742F8
Complementary color
Monochromatic Colors of #B742F8
Black with #B742F8
Text Example
Text Example
White with #B742F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742F8; }
p { color: rgb(183,66,248); }
H1.HeaderClassName
{
color: #B742F8;
}
.AnyTagClassName
{
color: #B742F8;
}
</style>
background-color css
<style>
a { background-color: #B742F8; }
a { background-color: rgb(183,66,248); }
div.DivClassName
{
background-color: #B742F8;
}
.BgClassName
{
background-color: #B742F8;
}
</style>
border-color css
<style>
span { border-color: #B742F8; }
span { border-color: rgb(183,66,248); }
td.TdClassName
{
border-color: #B742F8;
}
.TagClassName
{
border-color: #B742F8;
}
</style>