Shades of Medium Orchid #B935E6
Tints of Medium Orchid #B935E6
RGB
CMYK
RGB Variations
Color information
#B935E6 (or 0xB935E6) is known color: Medium Orchid. HEX triplet: B9, 35 and E6. RGB value is (185,53,230). Sum of RGB (Red+Green+Blue) = 185+53+230=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #B935E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935E6 is #46CA19. Grayscale: #707070. Windows color (decimal): -4639258 or 15087033. OLE color: 15087033.
HSL color Cylindrical-coordinate representation of color #B935E6: hue angle of 284.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B935E6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 53 | 230 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.10 |
| HSL | 284.75º | 0.78% | 0.55% | - |
| HSV(B) | 284.75º | 0.77% | 0.9% | - |
| XYZ | 35.56 | 18.57 | 76.57 | - |
| YUV | 112.65 | 194.23 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 230 | 0.20 | 0.77 | 0 | 0.10 | 284.75 | 0.78 | 0.55 |
| Hex | B9 | 35 | E6 | 14 | 4D | 0 | A | 11D | 4E | 37 |
| Octal | 271 | 65 | 346 | 24 | 115 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111001 | 110101 | 11100110 | 10100 | 1001101 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #B935E6
Complementary color
Monochromatic Colors of #B935E6
Black with #B935E6
Text Example
Text Example
White with #B935E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935E6; }
p { color: rgb(185,53,230); }
H1.HeaderClassName
{
color: #B935E6;
}
.AnyTagClassName
{
color: #B935E6;
}
</style>
background-color css
<style>
a { background-color: #B935E6; }
a { background-color: rgb(185,53,230); }
div.DivClassName
{
background-color: #B935E6;
}
.BgClassName
{
background-color: #B935E6;
}
</style>
border-color css
<style>
span { border-color: #B935E6; }
span { border-color: rgb(185,53,230); }
td.TdClassName
{
border-color: #B935E6;
}
.TagClassName
{
border-color: #B935E6;
}
</style>