Html Css Color HEX #BE229F Medium Violet Red

📋 copy color: '#BE229F'

red 190 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #BE229F

Tints of Medium Violet Red #BE229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 49.61%
G = 8.88%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE229F (or 0xBE229F) is known color: Medium Violet Red. HEX triplet: BE, 22 and 9F. RGB value is (190,34,159). Sum of RGB (Red+Green+Blue) = 190+34+159=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE229F is #41DD60. Grayscale: #5E5E5E. Windows color (decimal): -4316513 or 10429118. OLE color: 10429118.

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

Color convert

RGB 190 34 159 -
CMYK 0 0.82 0.16 0.25
HSL 311.92º 0.7% 0.44% -
HSV(B) 311.92º 0.82% 0.75% -
XYZ 28.07 14.59 34.14 -
YUV 94.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 190 34 159 0 0.82 0.16 0.25 311.92 0.7 0.44
Hex BE 22 9F 0 52 10 19 138 46 2C
Octal 276 42 237 0 122 20 31 470 106 54
Binary 10111110 100010 10011111 0 1010010 10000 11001 100111000 1000110 101100

Color Harmonies of #BE229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE229F

Black with #BE229F

Text Example


Text Example

White with #BE229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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