Shades of Medium Orchid #B74BFE
Tints of Medium Orchid #B74BFE
RGB
CMYK
RGB Variations
Color information
#B74BFE (or 0xB74BFE) is known color: Medium Orchid. HEX triplet: B7, 4B and FE. RGB value is (183,75,254). Sum of RGB (Red+Green+Blue) = 183+75+254=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B74BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BFE is #48B401. Grayscale: #7F7F7F. Windows color (decimal): -4764674 or 16665527. OLE color: 16665527.
HSL color Cylindrical-coordinate representation of color #B74BFE: hue angle of 276.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74BFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 75 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 276.2º | 0.99% | 0.65% | - |
| HSV(B) | 276.2º | 0.7% | 1% | - |
| XYZ | 39.93 | 22.26 | 95.96 | - |
| YUV | 127.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 254 | 0.28 | 0.70 | 0 | 0.00 | 276.2 | 0.99 | 0.65 |
| Hex | B7 | 4B | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 267 | 113 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110111 | 1001011 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B74BFE
Complementary color
Monochromatic Colors of #B74BFE
Black with #B74BFE
Text Example
Text Example
White with #B74BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BFE; }
p { color: rgb(183,75,254); }
H1.HeaderClassName
{
color: #B74BFE;
}
.AnyTagClassName
{
color: #B74BFE;
}
</style>
background-color css
<style>
a { background-color: #B74BFE; }
a { background-color: rgb(183,75,254); }
div.DivClassName
{
background-color: #B74BFE;
}
.BgClassName
{
background-color: #B74BFE;
}
</style>
border-color css
<style>
span { border-color: #B74BFE; }
span { border-color: rgb(183,75,254); }
td.TdClassName
{
border-color: #B74BFE;
}
.TagClassName
{
border-color: #B74BFE;
}
</style>