Shades of Medium Orchid #B845FF
Tints of Medium Orchid #B845FF
RGB
CMYK
RGB Variations
Color information
#B845FF (or 0xB845FF) is known color: Medium Orchid. HEX triplet: B8, 45 and FF. RGB value is (184,69,255). Sum of RGB (Red+Green+Blue) = 184+69+255=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B845FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B845FF is #47BA00. Grayscale: #7B7B7B. Windows color (decimal): -4700673 or 16729528. OLE color: 16729528.
HSL color Cylindrical-coordinate representation of color #B845FF: hue angle of 277.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B845FF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 69 | 255 | - |
| CMYK | 0.28 | 0.73 | 0 | 0 |
| HSL | 277.1º | 1% | 0.64% | - |
| HSV(B) | 277.1º | 0.73% | 1% | - |
| XYZ | 39.95 | 21.67 | 96.68 | - |
| YUV | 124.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 255 | 0.28 | 0.73 | 0 | 0 | 277.1 | 1 | 0.64 |
| Hex | B8 | 45 | FF | 1C | 49 | 0 | 0 | 115 | 64 | 40 |
| Octal | 270 | 105 | 377 | 34 | 111 | 0 | 0 | 425 | 144 | 100 |
| Binary | 10111000 | 1000101 | 11111111 | 11100 | 1001001 | 0 | 0 | 100010101 | 1100100 | 1000000 |
Color Harmonies of #B845FF
Complementary color
Monochromatic Colors of #B845FF
Black with #B845FF
Text Example
Text Example
White with #B845FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845FF; }
p { color: rgb(184,69,255); }
H1.HeaderClassName
{
color: #B845FF;
}
.AnyTagClassName
{
color: #B845FF;
}
</style>
background-color css
<style>
a { background-color: #B845FF; }
a { background-color: rgb(184,69,255); }
div.DivClassName
{
background-color: #B845FF;
}
.BgClassName
{
background-color: #B845FF;
}
</style>
border-color css
<style>
span { border-color: #B845FF; }
span { border-color: rgb(184,69,255); }
td.TdClassName
{
border-color: #B845FF;
}
.TagClassName
{
border-color: #B845FF;
}
</style>