Shades of Medium Orchid #BE3BFD
Tints of Medium Orchid #BE3BFD
RGB
CMYK
RGB Variations
Color information
#BE3BFD (or 0xBE3BFD) is known color: Medium Orchid. HEX triplet: BE, 3B and FD. RGB value is (190,59,253). Sum of RGB (Red+Green+Blue) = 190+59+253=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE3BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BFD is #41C402. Grayscale: #777777. Windows color (decimal): -4310019 or 16595902. OLE color: 16595902.
HSL color Cylindrical-coordinate representation of color #BE3BFD: hue angle of 280.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE3BFD is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 59 | 253 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.01 |
| HSL | 280.52º | 0.98% | 0.61% | - |
| HSV(B) | 280.52º | 0.77% | 0.99% | - |
| XYZ | 40.53 | 21.17 | 94.88 | - |
| YUV | 120.29 | 202.9 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 253 | 0.25 | 0.77 | 0 | 0.01 | 280.52 | 0.98 | 0.61 |
| Hex | BE | 3B | FD | 19 | 4D | 0 | 1 | 119 | 62 | 3D |
| Octal | 276 | 73 | 375 | 31 | 115 | 0 | 1 | 431 | 142 | 75 |
| Binary | 10111110 | 111011 | 11111101 | 11001 | 1001101 | 0 | 1 | 100011001 | 1100010 | 111101 |
Color Harmonies of #BE3BFD
Complementary color
Monochromatic Colors of #BE3BFD
Black with #BE3BFD
Text Example
Text Example
White with #BE3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BFD; }
p { color: rgb(190,59,253); }
H1.HeaderClassName
{
color: #BE3BFD;
}
.AnyTagClassName
{
color: #BE3BFD;
}
</style>
background-color css
<style>
a { background-color: #BE3BFD; }
a { background-color: rgb(190,59,253); }
div.DivClassName
{
background-color: #BE3BFD;
}
.BgClassName
{
background-color: #BE3BFD;
}
</style>
border-color css
<style>
span { border-color: #BE3BFD; }
span { border-color: rgb(190,59,253); }
td.TdClassName
{
border-color: #BE3BFD;
}
.TagClassName
{
border-color: #BE3BFD;
}
</style>