Shades of Medium Orchid #B638E7
Tints of Medium Orchid #B638E7
RGB
CMYK
RGB Variations
Color information
#B638E7 (or 0xB638E7) is known color: Medium Orchid. HEX triplet: B6, 38 and E7. RGB value is (182,56,231). Sum of RGB (Red+Green+Blue) = 182+56+231=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #B638E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B638E7 is #49C718. Grayscale: #717171. Windows color (decimal): -4835097 or 15153334. OLE color: 15153334.
HSL color Cylindrical-coordinate representation of color #B638E7: hue angle of 283.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B638E7 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 56 | 231 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.09 |
| HSL | 283.2º | 0.78% | 0.56% | - |
| HSV(B) | 283.2º | 0.76% | 0.91% | - |
| XYZ | 35.13 | 18.54 | 77.33 | - |
| YUV | 113.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 231 | 0.21 | 0.76 | 0 | 0.09 | 283.2 | 0.78 | 0.56 |
| Hex | B6 | 38 | E7 | 15 | 4C | 0 | 9 | 11B | 4E | 38 |
| Octal | 266 | 70 | 347 | 25 | 114 | 0 | 11 | 433 | 116 | 70 |
| Binary | 10110110 | 111000 | 11100111 | 10101 | 1001100 | 0 | 1001 | 100011011 | 1001110 | 111000 |
Color Harmonies of #B638E7
Complementary color
Monochromatic Colors of #B638E7
Black with #B638E7
Text Example
Text Example
White with #B638E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B638E7; }
p { color: rgb(182,56,231); }
H1.HeaderClassName
{
color: #B638E7;
}
.AnyTagClassName
{
color: #B638E7;
}
</style>
background-color css
<style>
a { background-color: #B638E7; }
a { background-color: rgb(182,56,231); }
div.DivClassName
{
background-color: #B638E7;
}
.BgClassName
{
background-color: #B638E7;
}
</style>
border-color css
<style>
span { border-color: #B638E7; }
span { border-color: rgb(182,56,231); }
td.TdClassName
{
border-color: #B638E7;
}
.TagClassName
{
border-color: #B638E7;
}
</style>