Html Css Color HEX #BE229D Medium Violet Red

📋 copy color: '#BE229D'

red 190 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #BE229D

Tints of Medium Violet Red #BE229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.92%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 49.87%
G = 8.92%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE229D (or 0xBE229D) is known color: Medium Violet Red. HEX triplet: BE, 22 and 9D. RGB value is (190,34,157). Sum of RGB (Red+Green+Blue) = 190+34+157=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE229D is #41DD62. Grayscale: #5E5E5E. Windows color (decimal): -4316515 or 10298046. OLE color: 10298046.

HSL color Cylindrical-coordinate representation of color #BE229D: hue angle of 312.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE229D is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 157 -
CMYK 0 0.82 0.17 0.25
HSL 312.69º 0.7% 0.44% -
HSV(B) 312.69º 0.82% 0.75% -
XYZ 27.89 14.53 33.23 -
YUV 94.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 190 34 157 0 0.82 0.17 0.25 312.69 0.7 0.44
Hex BE 22 9D 0 52 11 19 139 46 2C
Octal 276 42 235 0 122 21 31 471 106 54
Binary 10111110 100010 10011101 0 1010010 10001 11001 100111001 1000110 101100

Color Harmonies of #BE229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE229D

Black with #BE229D

Text Example


Text Example

White with #BE229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE229D; }

 p { color: rgb(190,34,157); }

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

background-color css

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

 a { background-color: rgb(190,34,157); }

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

border-color css

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

 span { border-color: rgb(190,34,157); }

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