Shades of Medium Orchid #B848CB
Tints of Medium Orchid #B848CB
RGB
CMYK
RGB Variations
Color information
#B848CB (or 0xB848CB) is known color: Medium Orchid. HEX triplet: B8, 48 and CB. RGB value is (184,72,203). Sum of RGB (Red+Green+Blue) = 184+72+203=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B848CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CB is #47B734. Grayscale: #787878. Windows color (decimal): -4699957 or 13322424. OLE color: 13322424.
HSL color Cylindrical-coordinate representation of color #B848CB: hue angle of 291.3º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B848CB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 72 | 203 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.20 |
| HSL | 291.3º | 0.56% | 0.54% | - |
| HSV(B) | 291.3º | 0.65% | 0.8% | - |
| XYZ | 32.86 | 19.14 | 58.46 | - |
| YUV | 120.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 203 | 0.09 | 0.65 | 0 | 0.20 | 291.3 | 0.56 | 0.54 |
| Hex | B8 | 48 | CB | 9 | 41 | 0 | 14 | 123 | 38 | 36 |
| Octal | 270 | 110 | 313 | 11 | 101 | 0 | 24 | 443 | 70 | 66 |
| Binary | 10111000 | 1001000 | 11001011 | 1001 | 1000001 | 0 | 10100 | 100100011 | 111000 | 110110 |
Color Harmonies of #B848CB
Complementary color
Monochromatic Colors of #B848CB
Black with #B848CB
Text Example
Text Example
White with #B848CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848CB; }
p { color: rgb(184,72,203); }
H1.HeaderClassName
{
color: #B848CB;
}
.AnyTagClassName
{
color: #B848CB;
}
</style>
background-color css
<style>
a { background-color: #B848CB; }
a { background-color: rgb(184,72,203); }
div.DivClassName
{
background-color: #B848CB;
}
.BgClassName
{
background-color: #B848CB;
}
</style>
border-color css
<style>
span { border-color: #B848CB; }
span { border-color: rgb(184,72,203); }
td.TdClassName
{
border-color: #B848CB;
}
.TagClassName
{
border-color: #B848CB;
}
</style>