Html Css Color HEX #BE13A2 Medium Violet Red

📋 copy color: '#BE13A2'

red 190 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #BE13A2

Tints of Medium Violet Red #BE13A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 51.21%
G = 5.12%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE13A2 (or 0xBE13A2) is known color: Medium Violet Red. HEX triplet: BE, 13 and A2. RGB value is (190,19,162). Sum of RGB (Red+Green+Blue) = 190+19+162=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13A2 is #41EC5D. Grayscale: #565656. Windows color (decimal): -4320350 or 10621886. OLE color: 10621886.

HSL color Cylindrical-coordinate representation of color #BE13A2: hue angle of 309.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13A2 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 162 -
CMYK 0 0.90 0.15 0.25
HSL 309.82º 0.82% 0.41% -
HSV(B) 309.82º 0.9% 0.75% -
XYZ 27.99 14.02 35.41 -
YUV 86.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 190 19 162 0 0.90 0.15 0.25 309.82 0.82 0.41
Hex BE 13 A2 0 5A F 19 136 52 29
Octal 276 23 242 0 132 17 31 466 122 51
Binary 10111110 10011 10100010 0 1011010 1111 11001 100110110 1010010 101001

Color Harmonies of #BE13A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13A2

Black with #BE13A2

Text Example


Text Example

White with #BE13A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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