Shades of Medium Orchid #B74DFC
Tints of Medium Orchid #B74DFC
RGB
CMYK
RGB Variations
Color information
#B74DFC (or 0xB74DFC) is known color: Medium Orchid. HEX triplet: B7, 4D and FC. RGB value is (183,77,252). Sum of RGB (Red+Green+Blue) = 183+77+252=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #B74DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DFC is #48B203. Grayscale: #808080. Windows color (decimal): -4764164 or 16534967. OLE color: 16534967.
HSL color Cylindrical-coordinate representation of color #B74DFC: hue angle of 276.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74DFC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 77 | 252 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.01 |
| HSL | 276.34º | 0.97% | 0.65% | - |
| HSV(B) | 276.34º | 0.69% | 0.99% | - |
| XYZ | 39.75 | 22.4 | 94.32 | - |
| YUV | 128.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 252 | 0.27 | 0.69 | 0 | 0.01 | 276.34 | 0.97 | 0.65 |
| Hex | B7 | 4D | FC | 1B | 45 | 0 | 1 | 114 | 61 | 41 |
| Octal | 267 | 115 | 374 | 33 | 105 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10110111 | 1001101 | 11111100 | 11011 | 1000101 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B74DFC
Complementary color
Monochromatic Colors of #B74DFC
Black with #B74DFC
Text Example
Text Example
White with #B74DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DFC; }
p { color: rgb(183,77,252); }
H1.HeaderClassName
{
color: #B74DFC;
}
.AnyTagClassName
{
color: #B74DFC;
}
</style>
background-color css
<style>
a { background-color: #B74DFC; }
a { background-color: rgb(183,77,252); }
div.DivClassName
{
background-color: #B74DFC;
}
.BgClassName
{
background-color: #B74DFC;
}
</style>
border-color css
<style>
span { border-color: #B74DFC; }
span { border-color: rgb(183,77,252); }
td.TdClassName
{
border-color: #B74DFC;
}
.TagClassName
{
border-color: #B74DFC;
}
</style>