Shades of Medium Orchid #B833D4
Tints of Medium Orchid #B833D4
RGB
CMYK
RGB Variations
Color information
#B833D4 (or 0xB833D4) is known color: Medium Orchid. HEX triplet: B8, 33 and D4. RGB value is (184,51,212). Sum of RGB (Red+Green+Blue) = 184+51+212=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #B833D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833D4 is #47CC2B. Grayscale: #6C6C6C. Windows color (decimal): -4705324 or 13906872. OLE color: 13906872.
HSL color Cylindrical-coordinate representation of color #B833D4: hue angle of 289.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B833D4 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 51 | 212 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.17 |
| HSL | 289.57º | 0.65% | 0.52% | - |
| HSV(B) | 289.57º | 0.76% | 0.83% | - |
| XYZ | 32.83 | 17.31 | 63.9 | - |
| YUV | 109.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 212 | 0.13 | 0.76 | 0 | 0.17 | 289.57 | 0.65 | 0.52 |
| Hex | B8 | 33 | D4 | D | 4C | 0 | 11 | 122 | 41 | 34 |
| Octal | 270 | 63 | 324 | 15 | 114 | 0 | 21 | 442 | 101 | 64 |
| Binary | 10111000 | 110011 | 11010100 | 1101 | 1001100 | 0 | 10001 | 100100010 | 1000001 | 110100 |
Color Harmonies of #B833D4
Complementary color
Monochromatic Colors of #B833D4
Black with #B833D4
Text Example
Text Example
White with #B833D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833D4; }
p { color: rgb(184,51,212); }
H1.HeaderClassName
{
color: #B833D4;
}
.AnyTagClassName
{
color: #B833D4;
}
</style>
background-color css
<style>
a { background-color: #B833D4; }
a { background-color: rgb(184,51,212); }
div.DivClassName
{
background-color: #B833D4;
}
.BgClassName
{
background-color: #B833D4;
}
</style>
border-color css
<style>
span { border-color: #B833D4; }
span { border-color: rgb(184,51,212); }
td.TdClassName
{
border-color: #B833D4;
}
.TagClassName
{
border-color: #B833D4;
}
</style>