Shades of Medium Orchid #B833CA
Tints of Medium Orchid #B833CA
RGB
CMYK
RGB Variations
Color information
#B833CA (or 0xB833CA) is known color: Medium Orchid. HEX triplet: B8, 33 and CA. RGB value is (184,51,202). Sum of RGB (Red+Green+Blue) = 184+51+202=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B833CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833CA is #47CC35. Grayscale: #6B6B6B. Windows color (decimal): -4705334 or 13251512. OLE color: 13251512.
HSL color Cylindrical-coordinate representation of color #B833CA: hue angle of 292.85º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B833CA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 51 | 202 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.21 |
| HSL | 292.85º | 0.6% | 0.5% | - |
| HSV(B) | 292.85º | 0.75% | 0.79% | - |
| XYZ | 31.61 | 16.82 | 57.46 | - |
| YUV | 107.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 202 | 0.09 | 0.75 | 0 | 0.21 | 292.85 | 0.6 | 0.5 |
| Hex | B8 | 33 | CA | 9 | 4B | 0 | 15 | 125 | 3C | 32 |
| Octal | 270 | 63 | 312 | 11 | 113 | 0 | 25 | 445 | 74 | 62 |
| Binary | 10111000 | 110011 | 11001010 | 1001 | 1001011 | 0 | 10101 | 100100101 | 111100 | 110010 |
Color Harmonies of #B833CA
Complementary color
Monochromatic Colors of #B833CA
Black with #B833CA
Text Example
Text Example
White with #B833CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833CA; }
p { color: rgb(184,51,202); }
H1.HeaderClassName
{
color: #B833CA;
}
.AnyTagClassName
{
color: #B833CA;
}
</style>
background-color css
<style>
a { background-color: #B833CA; }
a { background-color: rgb(184,51,202); }
div.DivClassName
{
background-color: #B833CA;
}
.BgClassName
{
background-color: #B833CA;
}
</style>
border-color css
<style>
span { border-color: #B833CA; }
span { border-color: rgb(184,51,202); }
td.TdClassName
{
border-color: #B833CA;
}
.TagClassName
{
border-color: #B833CA;
}
</style>