Html Css Color HEX #BE3D90 Medium Red Violet

📋 copy color: '#BE3D90'

red 190 ◦ green 61 ◦ blue 144

#BE3D90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BE3D90

Tints of Medium Red Violet #BE3D90

RGB

 RED value IS 190 (74.61% from 255) = 48.1%

 GREEN value IS 61 (24.22% from 255) = 15.44%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 48.1%
G = 15.44%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE3D90 (or 0xBE3D90) is known color: Medium Red Violet. HEX triplet: BE, 3D and 90. RGB value is (190,61,144). Sum of RGB (Red+Green+Blue) = 190+61+144=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3D90 is #41C26F. Grayscale: #6C6C6C. Windows color (decimal): -4309616 or 9452990. OLE color: 9452990.

HSL color Cylindrical-coordinate representation of color #BE3D90: hue angle of 321.4º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D90 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 61 144 -
CMYK 0 0.68 0.24 0.25
HSL 321.4º 0.51% 0.49% -
HSV(B) 321.4º 0.68% 0.75% -
XYZ 27.94 16.3 28.06 -
YUV 109.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 190 61 144 0 0.68 0.24 0.25 321.4 0.51 0.49
Hex BE 3D 90 0 44 18 19 141 33 31
Octal 276 75 220 0 104 30 31 501 63 61
Binary 10111110 111101 10010000 0 1000100 11000 11001 101000001 110011 110001

Color Harmonies of #BE3D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D90

Black with #BE3D90

Text Example


Text Example

White with #BE3D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D90; }

 p { color: rgb(190,61,144); }

 H1.HeaderClassName
 {
   color: #BE3D90;
 }
 .AnyTagClassName
 {
   color: #BE3D90;
 }
</style>

background-color css

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

 a { background-color: rgb(190,61,144); }

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

border-color css

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

 span { border-color: rgb(190,61,144); }

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