Shades of Medium Orchid #B645EA
Tints of Medium Orchid #B645EA
RGB
CMYK
RGB Variations
Color information
#B645EA (or 0xB645EA) is known color: Medium Orchid. HEX triplet: B6, 45 and EA. RGB value is (182,69,234). Sum of RGB (Red+Green+Blue) = 182+69+234=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B645EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645EA is #49BA15. Grayscale: #797979. Windows color (decimal): -4831766 or 15353270. OLE color: 15353270.
HSL color Cylindrical-coordinate representation of color #B645EA: hue angle of 281.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B645EA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 69 | 234 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.08 |
| HSL | 281.09º | 0.8% | 0.59% | - |
| HSV(B) | 281.09º | 0.71% | 0.92% | - |
| XYZ | 36.27 | 20.14 | 79.82 | - |
| YUV | 121.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 234 | 0.22 | 0.71 | 0 | 0.08 | 281.09 | 0.8 | 0.59 |
| Hex | B6 | 45 | EA | 16 | 47 | 0 | 8 | 119 | 50 | 3B |
| Octal | 266 | 105 | 352 | 26 | 107 | 0 | 10 | 431 | 120 | 73 |
| Binary | 10110110 | 1000101 | 11101010 | 10110 | 1000111 | 0 | 1000 | 100011001 | 1010000 | 111011 |
Color Harmonies of #B645EA
Complementary color
Monochromatic Colors of #B645EA
Black with #B645EA
Text Example
Text Example
White with #B645EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B645EA; }
p { color: rgb(182,69,234); }
H1.HeaderClassName
{
color: #B645EA;
}
.AnyTagClassName
{
color: #B645EA;
}
</style>
background-color css
<style>
a { background-color: #B645EA; }
a { background-color: rgb(182,69,234); }
div.DivClassName
{
background-color: #B645EA;
}
.BgClassName
{
background-color: #B645EA;
}
</style>
border-color css
<style>
span { border-color: #B645EA; }
span { border-color: rgb(182,69,234); }
td.TdClassName
{
border-color: #B645EA;
}
.TagClassName
{
border-color: #B645EA;
}
</style>