Html Css Color HEX #BE3D8D Medium Red Violet

📋 copy color: '#BE3D8D'

red 190 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #BE3D8D

Tints of Medium Red Violet #BE3D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 48.47%
G = 15.56%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE3D8D (or 0xBE3D8D) is known color: Medium Red Violet. HEX triplet: BE, 3D and 8D. RGB value is (190,61,141). Sum of RGB (Red+Green+Blue) = 190+61+141=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3D8D is #41C272. Grayscale: #6C6C6C. Windows color (decimal): -4309619 or 9256382. OLE color: 9256382.

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

Color convert

RGB 190 61 141 -
CMYK 0 0.68 0.26 0.25
HSL 322.79º 0.51% 0.49% -
HSV(B) 322.79º 0.68% 0.75% -
XYZ 27.71 16.21 26.87 -
YUV 108.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 190 61 141 0 0.68 0.26 0.25 322.79 0.51 0.49
Hex BE 3D 8D 0 44 1A 19 143 33 31
Octal 276 75 215 0 104 32 31 503 63 61
Binary 10111110 111101 10001101 0 1000100 11010 11001 101000011 110011 110001

Color Harmonies of #BE3D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D8D

Black with #BE3D8D

Text Example


Text Example

White with #BE3D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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