#BE38D4

Color #BE38D4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE38D4

Tints of Medium Orchid #BE38D4

Color information

#BE38D4 (or 0xBE38D4) is unknown color: approx Medium Orchid. HEX triplet: BE, 38 and D4. RGB value is (190,56,212). Sum of RGB (Red+Green+Blue) = 190+56+212=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38D4 is #41C72B. Grayscale: #717171. Windows color (decimal): -4310828 or 13908158. OLE color: 13908158.

HSL color Cylindrical-coordinate representation of color #BE38D4: hue angle of 291.54º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE38D4 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19056212-
CMYK0.100.7400.17
HSL291.54º64.46%52.55%-
HSV(B)291.54º73.58%83.14%-
XYZ34.5318.5364.04-
YUV113.85183.39182.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 56 (22.27% from 255) = 12.23%
BLUE value IS 212 (83.20% from 255) = 46.29%
R=41.48%
G=12.23%
B=46.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190562120.100.7400.17291.5464.4652.55
HexBE38D4A4A0111244035
Octal276703241211202144410065
Binary1011111011100011010100101010010100100011001001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38D4; }

 p { color: rgb(190,56,212); }

 H1.HeaderClassName
 {
   color: #BE38D4;
 }
 .AnyTagClassName
 {
   color: #BE38D4;
 }
</style>
background-color css

<style>
 a { background-color: #BE38D4; }

 a { background-color: rgb(190,56,212); }

 div.DivClassName
 {
   background-color: #BE38D4;
 }
 .BgClassName
 {
   background-color: #BE38D4;
 }
</style>
border-color css

<style>
 span { border-color: #BE38D4; }

 span { border-color: rgb(190,56,212); }

 td.TdClassName
 {
   border-color: #BE38D4;
 }
 .TagClassName
 {
   border-color: #BE38D4;
 }
</style>