Shades of Medium Orchid #B845FE
Tints of Medium Orchid #B845FE
RGB
CMYK
RGB Variations
Color information
#B845FE (or 0xB845FE) is known color: Medium Orchid. HEX triplet: B8, 45 and FE. RGB value is (184,69,254). Sum of RGB (Red+Green+Blue) = 184+69+254=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B845FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B845FE is #47BA01. Grayscale: #7B7B7B. Windows color (decimal): -4700674 or 16663992. OLE color: 16663992.
HSL color Cylindrical-coordinate representation of color #B845FE: hue angle of 277.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B845FE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 69 | 254 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.00 |
| HSL | 277.3º | 0.99% | 0.63% | - |
| HSV(B) | 277.3º | 0.73% | 1% | - |
| XYZ | 39.78 | 21.6 | 95.84 | - |
| YUV | 124.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 254 | 0.28 | 0.73 | 0 | 0.00 | 277.3 | 0.99 | 0.63 |
| Hex | B8 | 45 | FE | 1C | 49 | 0 | 0 | 115 | 63 | 3F |
| Octal | 270 | 105 | 376 | 34 | 111 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10111000 | 1000101 | 11111110 | 11100 | 1001001 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B845FE
Complementary color
Monochromatic Colors of #B845FE
Black with #B845FE
Text Example
Text Example
White with #B845FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845FE; }
p { color: rgb(184,69,254); }
H1.HeaderClassName
{
color: #B845FE;
}
.AnyTagClassName
{
color: #B845FE;
}
</style>
background-color css
<style>
a { background-color: #B845FE; }
a { background-color: rgb(184,69,254); }
div.DivClassName
{
background-color: #B845FE;
}
.BgClassName
{
background-color: #B845FE;
}
</style>
border-color css
<style>
span { border-color: #B845FE; }
span { border-color: rgb(184,69,254); }
td.TdClassName
{
border-color: #B845FE;
}
.TagClassName
{
border-color: #B845FE;
}
</style>