Shades of Medium Orchid #B835F5
Tints of Medium Orchid #B835F5
RGB
CMYK
RGB Variations
Color information
#B835F5 (or 0xB835F5) is known color: Medium Orchid. HEX triplet: B8, 35 and F5. RGB value is (184,53,245). Sum of RGB (Red+Green+Blue) = 184+53+245=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #B835F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B835F5 is #47CA0A. Grayscale: #717171. Windows color (decimal): -4704779 or 16070072. OLE color: 16070072.
HSL color Cylindrical-coordinate representation of color #B835F5: hue angle of 280.94º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B835F5 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 53 | 245 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.04 |
| HSL | 280.94º | 0.91% | 0.58% | - |
| HSV(B) | 280.94º | 0.78% | 0.96% | - |
| XYZ | 37.52 | 19.33 | 88.14 | - |
| YUV | 114.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 245 | 0.25 | 0.78 | 0 | 0.04 | 280.94 | 0.91 | 0.58 |
| Hex | B8 | 35 | F5 | 19 | 4E | 0 | 4 | 119 | 5B | 3A |
| Octal | 270 | 65 | 365 | 31 | 116 | 0 | 4 | 431 | 133 | 72 |
| Binary | 10111000 | 110101 | 11110101 | 11001 | 1001110 | 0 | 100 | 100011001 | 1011011 | 111010 |
Color Harmonies of #B835F5
Complementary color
Monochromatic Colors of #B835F5
Black with #B835F5
Text Example
Text Example
White with #B835F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835F5; }
p { color: rgb(184,53,245); }
H1.HeaderClassName
{
color: #B835F5;
}
.AnyTagClassName
{
color: #B835F5;
}
</style>
background-color css
<style>
a { background-color: #B835F5; }
a { background-color: rgb(184,53,245); }
div.DivClassName
{
background-color: #B835F5;
}
.BgClassName
{
background-color: #B835F5;
}
</style>
border-color css
<style>
span { border-color: #B835F5; }
span { border-color: rgb(184,53,245); }
td.TdClassName
{
border-color: #B835F5;
}
.TagClassName
{
border-color: #B835F5;
}
</style>