Shades of Medium Orchid #BE42FD
Tints of Medium Orchid #BE42FD
RGB
CMYK
RGB Variations
Color information
#BE42FD (or 0xBE42FD) is known color: Medium Orchid. HEX triplet: BE, 42 and FD. RGB value is (190,66,253). Sum of RGB (Red+Green+Blue) = 190+66+253=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42FD is #41BD02. Grayscale: #7B7B7B. Windows color (decimal): -4308227 or 16597694. OLE color: 16597694.
HSL color Cylindrical-coordinate representation of color #BE42FD: hue angle of 279.79º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE42FD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 66 | 253 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.79º | 0.98% | 0.63% | - |
| HSV(B) | 279.79º | 0.74% | 0.99% | - |
| XYZ | 40.91 | 21.94 | 95.01 | - |
| YUV | 124.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 253 | 0.25 | 0.74 | 0 | 0.01 | 279.79 | 0.98 | 0.63 |
| Hex | BE | 42 | FD | 19 | 4A | 0 | 1 | 118 | 62 | 3F |
| Octal | 276 | 102 | 375 | 31 | 112 | 0 | 1 | 430 | 142 | 77 |
| Binary | 10111110 | 1000010 | 11111101 | 11001 | 1001010 | 0 | 1 | 100011000 | 1100010 | 111111 |
Color Harmonies of #BE42FD
Complementary color
Monochromatic Colors of #BE42FD
Black with #BE42FD
Text Example
Text Example
White with #BE42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42FD; }
p { color: rgb(190,66,253); }
H1.HeaderClassName
{
color: #BE42FD;
}
.AnyTagClassName
{
color: #BE42FD;
}
</style>
background-color css
<style>
a { background-color: #BE42FD; }
a { background-color: rgb(190,66,253); }
div.DivClassName
{
background-color: #BE42FD;
}
.BgClassName
{
background-color: #BE42FD;
}
</style>
border-color css
<style>
span { border-color: #BE42FD; }
span { border-color: rgb(190,66,253); }
td.TdClassName
{
border-color: #BE42FD;
}
.TagClassName
{
border-color: #BE42FD;
}
</style>