Shades of Medium Orchid #B74BEE
Tints of Medium Orchid #B74BEE
RGB
CMYK
RGB Variations
Color information
#B74BEE (or 0xB74BEE) is known color: Medium Orchid. HEX triplet: B7, 4B and EE. RGB value is (183,75,238). Sum of RGB (Red+Green+Blue) = 183+75+238=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #B74BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BEE is #48B411. Grayscale: #7D7D7D. Windows color (decimal): -4764690 or 15616951. OLE color: 15616951.
HSL color Cylindrical-coordinate representation of color #B74BEE: hue angle of 279.75º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74BEE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 75 | 238 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.07 |
| HSL | 279.75º | 0.83% | 0.61% | - |
| HSV(B) | 279.75º | 0.68% | 0.93% | - |
| XYZ | 37.48 | 21.27 | 83.02 | - |
| YUV | 125.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 238 | 0.23 | 0.68 | 0 | 0.07 | 279.75 | 0.83 | 0.61 |
| Hex | B7 | 4B | EE | 17 | 44 | 0 | 7 | 118 | 53 | 3D |
| Octal | 267 | 113 | 356 | 27 | 104 | 0 | 7 | 430 | 123 | 75 |
| Binary | 10110111 | 1001011 | 11101110 | 10111 | 1000100 | 0 | 111 | 100011000 | 1010011 | 111101 |
Color Harmonies of #B74BEE
Complementary color
Monochromatic Colors of #B74BEE
Black with #B74BEE
Text Example
Text Example
White with #B74BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BEE; }
p { color: rgb(183,75,238); }
H1.HeaderClassName
{
color: #B74BEE;
}
.AnyTagClassName
{
color: #B74BEE;
}
</style>
background-color css
<style>
a { background-color: #B74BEE; }
a { background-color: rgb(183,75,238); }
div.DivClassName
{
background-color: #B74BEE;
}
.BgClassName
{
background-color: #B74BEE;
}
</style>
border-color css
<style>
span { border-color: #B74BEE; }
span { border-color: rgb(183,75,238); }
td.TdClassName
{
border-color: #B74BEE;
}
.TagClassName
{
border-color: #B74BEE;
}
</style>