Shades of Medium Orchid #B835CF
Tints of Medium Orchid #B835CF
RGB
CMYK
RGB Variations
Color information
#B835CF (or 0xB835CF) is known color: Medium Orchid. HEX triplet: B8, 35 and CF. RGB value is (184,53,207). Sum of RGB (Red+Green+Blue) = 184+53+207=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B835CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835CF is #47CA30. Grayscale: #6D6D6D. Windows color (decimal): -4704817 or 13579704. OLE color: 13579704.
HSL color Cylindrical-coordinate representation of color #B835CF: hue angle of 291.04º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B835CF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 53 | 207 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.19 |
| HSL | 291.04º | 0.62% | 0.51% | - |
| HSV(B) | 291.04º | 0.74% | 0.81% | - |
| XYZ | 32.3 | 17.24 | 60.66 | - |
| YUV | 109.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 207 | 0.11 | 0.74 | 0 | 0.19 | 291.04 | 0.62 | 0.51 |
| Hex | B8 | 35 | CF | B | 4A | 0 | 13 | 123 | 3E | 33 |
| Octal | 270 | 65 | 317 | 13 | 112 | 0 | 23 | 443 | 76 | 63 |
| Binary | 10111000 | 110101 | 11001111 | 1011 | 1001010 | 0 | 10011 | 100100011 | 111110 | 110011 |
Color Harmonies of #B835CF
Complementary color
Monochromatic Colors of #B835CF
Black with #B835CF
Text Example
Text Example
White with #B835CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835CF; }
p { color: rgb(184,53,207); }
H1.HeaderClassName
{
color: #B835CF;
}
.AnyTagClassName
{
color: #B835CF;
}
</style>
background-color css
<style>
a { background-color: #B835CF; }
a { background-color: rgb(184,53,207); }
div.DivClassName
{
background-color: #B835CF;
}
.BgClassName
{
background-color: #B835CF;
}
</style>
border-color css
<style>
span { border-color: #B835CF; }
span { border-color: rgb(184,53,207); }
td.TdClassName
{
border-color: #B835CF;
}
.TagClassName
{
border-color: #B835CF;
}
</style>