Shades of Medium Orchid #B742EA
Tints of Medium Orchid #B742EA
RGB
CMYK
RGB Variations
Color information
#B742EA (or 0xB742EA) is known color: Medium Orchid. HEX triplet: B7, 42 and EA. RGB value is (183,66,234). Sum of RGB (Red+Green+Blue) = 183+66+234=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B742EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742EA is #48BD15. Grayscale: #777777. Windows color (decimal): -4766998 or 15352503. OLE color: 15352503.
HSL color Cylindrical-coordinate representation of color #B742EA: hue angle of 281.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B742EA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 66 | 234 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.08 |
| HSL | 281.79º | 0.8% | 0.59% | - |
| HSV(B) | 281.79º | 0.72% | 0.92% | - |
| XYZ | 36.33 | 19.9 | 79.77 | - |
| YUV | 120.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 234 | 0.22 | 0.72 | 0 | 0.08 | 281.79 | 0.8 | 0.59 |
| Hex | B7 | 42 | EA | 16 | 48 | 0 | 8 | 11A | 50 | 3B |
| Octal | 267 | 102 | 352 | 26 | 110 | 0 | 10 | 432 | 120 | 73 |
| Binary | 10110111 | 1000010 | 11101010 | 10110 | 1001000 | 0 | 1000 | 100011010 | 1010000 | 111011 |
Color Harmonies of #B742EA
Complementary color
Monochromatic Colors of #B742EA
Black with #B742EA
Text Example
Text Example
White with #B742EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742EA; }
p { color: rgb(183,66,234); }
H1.HeaderClassName
{
color: #B742EA;
}
.AnyTagClassName
{
color: #B742EA;
}
</style>
background-color css
<style>
a { background-color: #B742EA; }
a { background-color: rgb(183,66,234); }
div.DivClassName
{
background-color: #B742EA;
}
.BgClassName
{
background-color: #B742EA;
}
</style>
border-color css
<style>
span { border-color: #B742EA; }
span { border-color: rgb(183,66,234); }
td.TdClassName
{
border-color: #B742EA;
}
.TagClassName
{
border-color: #B742EA;
}
</style>