Shades of Medium Orchid #B74BFC
Tints of Medium Orchid #B74BFC
RGB
CMYK
RGB Variations
Color information
#B74BFC (or 0xB74BFC) is known color: Medium Orchid. HEX triplet: B7, 4B and FC. RGB value is (183,75,252). Sum of RGB (Red+Green+Blue) = 183+75+252=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B74BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BFC is #48B403. Grayscale: #7E7E7E. Windows color (decimal): -4764676 or 16534455. OLE color: 16534455.
HSL color Cylindrical-coordinate representation of color #B74BFC: hue angle of 276.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74BFC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 75 | 252 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.01 |
| HSL | 276.61º | 0.97% | 0.64% | - |
| HSV(B) | 276.61º | 0.7% | 0.99% | - |
| XYZ | 39.62 | 22.13 | 94.28 | - |
| YUV | 127.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 252 | 0.27 | 0.70 | 0 | 0.01 | 276.61 | 0.97 | 0.64 |
| Hex | B7 | 4B | FC | 1B | 46 | 0 | 1 | 115 | 61 | 40 |
| Octal | 267 | 113 | 374 | 33 | 106 | 0 | 1 | 425 | 141 | 100 |
| Binary | 10110111 | 1001011 | 11111100 | 11011 | 1000110 | 0 | 1 | 100010101 | 1100001 | 1000000 |
Color Harmonies of #B74BFC
Complementary color
Monochromatic Colors of #B74BFC
Black with #B74BFC
Text Example
Text Example
White with #B74BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BFC; }
p { color: rgb(183,75,252); }
H1.HeaderClassName
{
color: #B74BFC;
}
.AnyTagClassName
{
color: #B74BFC;
}
</style>
background-color css
<style>
a { background-color: #B74BFC; }
a { background-color: rgb(183,75,252); }
div.DivClassName
{
background-color: #B74BFC;
}
.BgClassName
{
background-color: #B74BFC;
}
</style>
border-color css
<style>
span { border-color: #B74BFC; }
span { border-color: rgb(183,75,252); }
td.TdClassName
{
border-color: #B74BFC;
}
.TagClassName
{
border-color: #B74BFC;
}
</style>