Shades of Medium Orchid #B652E1
Tints of Medium Orchid #B652E1
RGB
CMYK
RGB Variations
Color information
#B652E1 (or 0xB652E1) is known color: Medium Orchid. HEX triplet: B6, 52 and E1. RGB value is (182,82,225). Sum of RGB (Red+Green+Blue) = 182+82+225=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #B652E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652E1 is #49AD1E. Grayscale: #7F7F7F. Windows color (decimal): -4828447 or 14766774. OLE color: 14766774.
HSL color Cylindrical-coordinate representation of color #B652E1: hue angle of 281.96º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B652E1 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 82 | 225 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.12 |
| HSL | 281.96º | 0.7% | 0.6% | - |
| HSV(B) | 281.96º | 0.64% | 0.88% | - |
| XYZ | 35.9 | 21.42 | 73.48 | - |
| YUV | 128.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 225 | 0.19 | 0.64 | 0 | 0.12 | 281.96 | 0.7 | 0.6 |
| Hex | B6 | 52 | E1 | 13 | 40 | 0 | C | 11A | 46 | 3C |
| Octal | 266 | 122 | 341 | 23 | 100 | 0 | 14 | 432 | 106 | 74 |
| Binary | 10110110 | 1010010 | 11100001 | 10011 | 1000000 | 0 | 1100 | 100011010 | 1000110 | 111100 |
Color Harmonies of #B652E1
Complementary color
Monochromatic Colors of #B652E1
Black with #B652E1
Text Example
Text Example
White with #B652E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652E1; }
p { color: rgb(182,82,225); }
H1.HeaderClassName
{
color: #B652E1;
}
.AnyTagClassName
{
color: #B652E1;
}
</style>
background-color css
<style>
a { background-color: #B652E1; }
a { background-color: rgb(182,82,225); }
div.DivClassName
{
background-color: #B652E1;
}
.BgClassName
{
background-color: #B652E1;
}
</style>
border-color css
<style>
span { border-color: #B652E1; }
span { border-color: rgb(182,82,225); }
td.TdClassName
{
border-color: #B652E1;
}
.TagClassName
{
border-color: #B652E1;
}
</style>