Html Css Color HEX #BE368D Medium Red Violet

📋 copy color: '#BE368D'

red 190 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #BE368D

Tints of Medium Red Violet #BE368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

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

R = 49.35%
G = 14.03%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE368D (or 0xBE368D) is known color: Medium Red Violet. HEX triplet: BE, 36 and 8D. RGB value is (190,54,141). Sum of RGB (Red+Green+Blue) = 190+54+141=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE368D is #41C972. Grayscale: #686868. Windows color (decimal): -4311411 or 9254590. OLE color: 9254590.

HSL color Cylindrical-coordinate representation of color #BE368D: hue angle of 321.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE368D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 141 -
CMYK 0 0.72 0.26 0.25
HSL 321.62º 0.56% 0.48% -
HSV(B) 321.62º 0.72% 0.75% -
XYZ 27.36 15.51 26.75 -
YUV 104.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 190 54 141 0 0.72 0.26 0.25 321.62 0.56 0.48
Hex BE 36 8D 0 48 1A 19 142 38 30
Octal 276 66 215 0 110 32 31 502 70 60
Binary 10111110 110110 10001101 0 1001000 11010 11001 101000010 111000 110000

Color Harmonies of #BE368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE368D

Black with #BE368D

Text Example


Text Example

White with #BE368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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