Html Css Color HEX #BE24A2 Medium Violet Red

📋 copy color: '#BE24A2'

red 190 ◦ green 36 ◦ blue 162

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

Shades of Medium Violet Red #BE24A2

Tints of Medium Violet Red #BE24A2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

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

R = 48.97%
G = 9.28%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE24A2 (or 0xBE24A2) is known color: Medium Violet Red. HEX triplet: BE, 24 and A2. RGB value is (190,36,162). Sum of RGB (Red+Green+Blue) = 190+36+162=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A2 is #41DB5D. Grayscale: #606060. Windows color (decimal): -4315998 or 10626238. OLE color: 10626238.

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

Color convert

RGB 190 36 162 -
CMYK 0 0.81 0.15 0.25
HSL 310.91º 0.68% 0.44% -
HSV(B) 310.91º 0.81% 0.75% -
XYZ 28.39 14.82 35.55 -
YUV 96.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 190 36 162 0 0.81 0.15 0.25 310.91 0.68 0.44
Hex BE 24 A2 0 51 F 19 137 44 2C
Octal 276 44 242 0 121 17 31 467 104 54
Binary 10111110 100100 10100010 0 1010001 1111 11001 100110111 1000100 101100

Color Harmonies of #BE24A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24A2

Black with #BE24A2

Text Example


Text Example

White with #BE24A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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