Shades of Medium Orchid #B84FCB
Tints of Medium Orchid #B84FCB
RGB
CMYK
RGB Variations
Color information
#B84FCB (or 0xB84FCB) is known color: Medium Orchid. HEX triplet: B8, 4F and CB. RGB value is (184,79,203). Sum of RGB (Red+Green+Blue) = 184+79+203=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B84FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FCB is #47B034. Grayscale: #7C7C7C. Windows color (decimal): -4698165 or 13324216. OLE color: 13324216.
HSL color Cylindrical-coordinate representation of color #B84FCB: hue angle of 290.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84FCB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 79 | 203 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.20 |
| HSL | 290.81º | 0.54% | 0.55% | - |
| HSV(B) | 290.81º | 0.61% | 0.8% | - |
| XYZ | 33.34 | 20.09 | 58.62 | - |
| YUV | 124.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 203 | 0.09 | 0.61 | 0 | 0.20 | 290.81 | 0.54 | 0.55 |
| Hex | B8 | 4F | CB | 9 | 3D | 0 | 14 | 123 | 36 | 37 |
| Octal | 270 | 117 | 313 | 11 | 75 | 0 | 24 | 443 | 66 | 67 |
| Binary | 10111000 | 1001111 | 11001011 | 1001 | 111101 | 0 | 10100 | 100100011 | 110110 | 110111 |
Color Harmonies of #B84FCB
Complementary color
Monochromatic Colors of #B84FCB
Black with #B84FCB
Text Example
Text Example
White with #B84FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FCB; }
p { color: rgb(184,79,203); }
H1.HeaderClassName
{
color: #B84FCB;
}
.AnyTagClassName
{
color: #B84FCB;
}
</style>
background-color css
<style>
a { background-color: #B84FCB; }
a { background-color: rgb(184,79,203); }
div.DivClassName
{
background-color: #B84FCB;
}
.BgClassName
{
background-color: #B84FCB;
}
</style>
border-color css
<style>
span { border-color: #B84FCB; }
span { border-color: rgb(184,79,203); }
td.TdClassName
{
border-color: #B84FCB;
}
.TagClassName
{
border-color: #B84FCB;
}
</style>