Html Css Color HEX #BE229A Medium Violet Red

📋 copy color: '#BE229A'

red 190 ◦ green 34 ◦ blue 154

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

Shades of Medium Violet Red #BE229A

Tints of Medium Violet Red #BE229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 50.26%
G = 8.99%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE229A (or 0xBE229A) is known color: Medium Violet Red. HEX triplet: BE, 22 and 9A. RGB value is (190,34,154). Sum of RGB (Red+Green+Blue) = 190+34+154=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE229A is #41DD65. Grayscale: #5E5E5E. Windows color (decimal): -4316518 or 10101438. OLE color: 10101438.

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

Color convert

RGB 190 34 154 -
CMYK 0 0.82 0.19 0.25
HSL 313.85º 0.7% 0.44% -
HSV(B) 313.85º 0.82% 0.75% -
XYZ 27.64 14.42 31.9 -
YUV 94.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 190 34 154 0 0.82 0.19 0.25 313.85 0.7 0.44
Hex BE 22 9A 0 52 13 19 13A 46 2C
Octal 276 42 232 0 122 23 31 472 106 54
Binary 10111110 100010 10011010 0 1010010 10011 11001 100111010 1000110 101100

Color Harmonies of #BE229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE229A

Black with #BE229A

Text Example


Text Example

White with #BE229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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