Html Css Color HEX #BE04A2 Medium Violet Red

📋 copy color: '#BE04A2'

red 190 ◦ green 4 ◦ blue 162

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

Shades of Medium Violet Red #BE04A2

Tints of Medium Violet Red #BE04A2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 53.37%
G = 1.12%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE04A2 (or 0xBE04A2) is known color: Medium Violet Red. HEX triplet: BE, 04 and A2. RGB value is (190,4,162). Sum of RGB (Red+Green+Blue) = 190+4+162=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04A2 is #41FB5D. Grayscale: #4D4D4D. Windows color (decimal): -4324190 or 10618046. OLE color: 10618046.

HSL color Cylindrical-coordinate representation of color #BE04A2: hue angle of 309.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 162 -
CMYK 0 0.98 0.15 0.25
HSL 309.03º 0.96% 0.38% -
HSV(B) 309.03º 0.98% 0.75% -
XYZ 27.8 13.64 35.35 -
YUV 77.63 175.62 208.15 -
System Red Green Blue C M Y K H S L
Decimal 190 4 162 0 0.98 0.15 0.25 309.03 0.96 0.38
Hex BE 4 A2 0 62 F 19 135 60 26
Octal 276 4 242 0 142 17 31 465 140 46
Binary 10111110 100 10100010 0 1100010 1111 11001 100110101 1100000 100110

Color Harmonies of #BE04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04A2

Black with #BE04A2

Text Example


Text Example

White with #BE04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04A2; }

 p { color: rgb(190,4,162); }

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

background-color css

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

 a { background-color: rgb(190,4,162); }

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

border-color css

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

 span { border-color: rgb(190,4,162); }

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