Shades of Medium Orchid #BE61DA
Tints of Medium Orchid #BE61DA
RGB
CMYK
RGB Variations
Color information
#BE61DA (or 0xBE61DA) is known color: Medium Orchid. HEX triplet: BE, 61 and DA. RGB value is (190,97,218). Sum of RGB (Red+Green+Blue) = 190+97+218=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61DA is #419E25. Grayscale: #8A8A8A. Windows color (decimal): -4300326 or 14311870. OLE color: 14311870.
HSL color Cylindrical-coordinate representation of color #BE61DA: hue angle of 286.12º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE61DA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 97 | 218 | - |
CMYK | 0.13 | 0.56 | 0 | 0.15 |
HSL | 286.12º | 0.62% | 0.62% | - |
HSV(B) | 286.12º | 0.56% | 0.85% | - |
XYZ | 38.16 | 24.56 | 69.06 | - |
YUV | 138.6 | 172.81 | 164.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 97 | 218 | 0.13 | 0.56 | 0 | 0.15 | 286.12 | 0.62 | 0.62 |
Hex | BE | 61 | DA | D | 38 | 0 | F | 11E | 3E | 3E |
Octal | 276 | 141 | 332 | 15 | 70 | 0 | 17 | 436 | 76 | 76 |
Binary | 10111110 | 1100001 | 11011010 | 1101 | 111000 | 0 | 1111 | 100011110 | 111110 | 111110 |
Color Harmonies of #BE61DA
Complementary color
Monochromatic Colors of #BE61DA
Black with #BE61DA
Text Example
Text Example
White with #BE61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61DA; }
p { color: rgb(190,97,218); }
H1.HeaderClassName
{
color: #BE61DA;
}
.AnyTagClassName
{
color: #BE61DA;
}
</style>
background-color css
<style>
a { background-color: #BE61DA; }
a { background-color: rgb(190,97,218); }
div.DivClassName
{
background-color: #BE61DA;
}
.BgClassName
{
background-color: #BE61DA;
}
</style>
border-color css
<style>
span { border-color: #BE61DA; }
span { border-color: rgb(190,97,218); }
td.TdClassName
{
border-color: #BE61DA;
}
.TagClassName
{
border-color: #BE61DA;
}
</style>