#BE42D1

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

Shades of Medium Orchid #BE42D1

Tints of Medium Orchid #BE42D1

Color information

#BE42D1 (or 0xBE42D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 42 and D1. RGB value is (190,66,209). Sum of RGB (Red+Green+Blue) = 190+66+209=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42D1 is #41BD2E. Grayscale: #767676. Windows color (decimal): -4308271 or 13714110. OLE color: 13714110.

HSL color Cylindrical-coordinate representation of color #BE42D1: hue angle of 292.03º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE42D1 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19066209-
CMYK0.090.6800.18
HSL292.03º60.85%53.92%-
HSV(B)292.03º68.42%81.96%-
XYZ34.6919.4562.25-
YUV119.38178.58178.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=40.86%
G=14.19%
B=44.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190662090.090.6800.18292.0360.8553.92
HexBE42D19440121243d36
Octal276102321111040224447566
Binary1011111010000101101000110011000100010010100100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42D1; }

 p { color: rgb(190,66,209); }

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

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

 a { background-color: rgb(190,66,209); }

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

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

 span { border-color: rgb(190,66,209); }

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