Shades of Medium Orchid #B845CB
Tints of Medium Orchid #B845CB
RGB
CMYK
RGB Variations
Color information
#B845CB (or 0xB845CB) is known color: Medium Orchid. HEX triplet: B8, 45 and CB. RGB value is (184,69,203). Sum of RGB (Red+Green+Blue) = 184+69+203=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B845CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845CB is #47BA34. Grayscale: #767676. Windows color (decimal): -4700725 or 13321656. OLE color: 13321656.
HSL color Cylindrical-coordinate representation of color #B845CB: hue angle of 291.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B845CB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 69 | 203 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.20 |
| HSL | 291.49º | 0.56% | 0.53% | - |
| HSV(B) | 291.49º | 0.66% | 0.8% | - |
| XYZ | 32.67 | 18.76 | 58.4 | - |
| YUV | 118.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 203 | 0.09 | 0.66 | 0 | 0.20 | 291.49 | 0.56 | 0.53 |
| Hex | B8 | 45 | CB | 9 | 42 | 0 | 14 | 123 | 38 | 35 |
| Octal | 270 | 105 | 313 | 11 | 102 | 0 | 24 | 443 | 70 | 65 |
| Binary | 10111000 | 1000101 | 11001011 | 1001 | 1000010 | 0 | 10100 | 100100011 | 111000 | 110101 |
Color Harmonies of #B845CB
Complementary color
Monochromatic Colors of #B845CB
Black with #B845CB
Text Example
Text Example
White with #B845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845CB; }
p { color: rgb(184,69,203); }
H1.HeaderClassName
{
color: #B845CB;
}
.AnyTagClassName
{
color: #B845CB;
}
</style>
background-color css
<style>
a { background-color: #B845CB; }
a { background-color: rgb(184,69,203); }
div.DivClassName
{
background-color: #B845CB;
}
.BgClassName
{
background-color: #B845CB;
}
</style>
border-color css
<style>
span { border-color: #B845CB; }
span { border-color: rgb(184,69,203); }
td.TdClassName
{
border-color: #B845CB;
}
.TagClassName
{
border-color: #B845CB;
}
</style>