Shades of Medium Orchid #B754FE
Tints of Medium Orchid #B754FE
RGB
CMYK
RGB Variations
Color information
#B754FE (or 0xB754FE) is known color: Medium Orchid. HEX triplet: B7, 54 and FE. RGB value is (183,84,254). Sum of RGB (Red+Green+Blue) = 183+84+254=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B754FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754FE is #48AB01. Grayscale: #848484. Windows color (decimal): -4762370 or 16667831. OLE color: 16667831.
HSL color Cylindrical-coordinate representation of color #B754FE: hue angle of 274.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B754FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 84 | 254 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.00 |
| HSL | 274.94º | 0.99% | 0.66% | - |
| HSV(B) | 274.94º | 0.67% | 1% | - |
| XYZ | 40.59 | 23.56 | 96.17 | - |
| YUV | 132.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 254 | 0.28 | 0.67 | 0 | 0.00 | 274.94 | 0.99 | 0.66 |
| Hex | B7 | 54 | FE | 1C | 43 | 0 | 0 | 113 | 63 | 42 |
| Octal | 267 | 124 | 376 | 34 | 103 | 0 | 0 | 423 | 143 | 102 |
| Binary | 10110111 | 1010100 | 11111110 | 11100 | 1000011 | 0 | 0 | 100010011 | 1100011 | 1000010 |
Color Harmonies of #B754FE
Complementary color
Monochromatic Colors of #B754FE
Black with #B754FE
Text Example
Text Example
White with #B754FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754FE; }
p { color: rgb(183,84,254); }
H1.HeaderClassName
{
color: #B754FE;
}
.AnyTagClassName
{
color: #B754FE;
}
</style>
background-color css
<style>
a { background-color: #B754FE; }
a { background-color: rgb(183,84,254); }
div.DivClassName
{
background-color: #B754FE;
}
.BgClassName
{
background-color: #B754FE;
}
</style>
border-color css
<style>
span { border-color: #B754FE; }
span { border-color: rgb(183,84,254); }
td.TdClassName
{
border-color: #B754FE;
}
.TagClassName
{
border-color: #B754FE;
}
</style>