Html Css Color HEX #BE3C7D Medium Red Violet

📋 copy color: '#BE3C7D'

red 190 ◦ green 60 ◦ blue 125

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

Shades of Medium Red Violet #BE3C7D

Tints of Medium Red Violet #BE3C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 50.67%
G = 16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE3C7D (or 0xBE3C7D) is known color: Medium Red Violet. HEX triplet: BE, 3C and 7D. RGB value is (190,60,125). Sum of RGB (Red+Green+Blue) = 190+60+125=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C7D is #41C382. Grayscale: #6A6A6A. Windows color (decimal): -4309891 or 8207550. OLE color: 8207550.

HSL color Cylindrical-coordinate representation of color #BE3C7D: hue angle of 330º degrees, saturation: 0.52, 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 #BE3C7D is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 125 -
CMYK 0 0.68 0.34 0.25
HSL 330º 0.52% 0.49% -
HSV(B) 330º 0.68% 0.75% -
XYZ 26.55 15.66 21.03 -
YUV 106.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 190 60 125 0 0.68 0.34 0.25 330 0.52 0.49
Hex BE 3C 7D 0 44 22 19 14A 34 31
Octal 276 74 175 0 104 42 31 512 64 61
Binary 10111110 111100 1111101 0 1000100 100010 11001 101001010 110100 110001

Color Harmonies of #BE3C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C7D

Black with #BE3C7D

Text Example


Text Example

White with #BE3C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C7D; }

 p { color: rgb(190,60,125); }

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

background-color css

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

 a { background-color: rgb(190,60,125); }

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

border-color css

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

 span { border-color: rgb(190,60,125); }

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