Shades of Medium Orchid #B74CED
Tints of Medium Orchid #B74CED
RGB
CMYK
RGB Variations
Color information
#B74CED (or 0xB74CED) is known color: Medium Orchid. HEX triplet: B7, 4C and ED. RGB value is (183,76,237). Sum of RGB (Red+Green+Blue) = 183+76+237=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CED is #48B312. Grayscale: #7D7D7D. Windows color (decimal): -4764435 or 15551671. OLE color: 15551671.
HSL color Cylindrical-coordinate representation of color #B74CED: hue angle of 279.88º degrees, saturation: 0.82, 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 #B74CED is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 76 | 237 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.07 |
| HSL | 279.88º | 0.82% | 0.61% | - |
| HSV(B) | 279.88º | 0.68% | 0.93% | - |
| XYZ | 37.4 | 21.35 | 82.27 | - |
| YUV | 126.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 237 | 0.23 | 0.68 | 0 | 0.07 | 279.88 | 0.82 | 0.61 |
| Hex | B7 | 4C | ED | 17 | 44 | 0 | 7 | 118 | 52 | 3D |
| Octal | 267 | 114 | 355 | 27 | 104 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10110111 | 1001100 | 11101101 | 10111 | 1000100 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B74CED
Complementary color
Monochromatic Colors of #B74CED
Black with #B74CED
Text Example
Text Example
White with #B74CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CED; }
p { color: rgb(183,76,237); }
H1.HeaderClassName
{
color: #B74CED;
}
.AnyTagClassName
{
color: #B74CED;
}
</style>
background-color css
<style>
a { background-color: #B74CED; }
a { background-color: rgb(183,76,237); }
div.DivClassName
{
background-color: #B74CED;
}
.BgClassName
{
background-color: #B74CED;
}
</style>
border-color css
<style>
span { border-color: #B74CED; }
span { border-color: rgb(183,76,237); }
td.TdClassName
{
border-color: #B74CED;
}
.TagClassName
{
border-color: #B74CED;
}
</style>