Html Css Color HEX #BE10A2 Medium Violet Red

📋 copy color: '#BE10A2'

red 190 ◦ green 16 ◦ blue 162

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

Shades of Medium Violet Red #BE10A2

Tints of Medium Violet Red #BE10A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 51.63%
G = 4.35%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE10A2 (or 0xBE10A2) is known color: Medium Violet Red. HEX triplet: BE, 10 and A2. RGB value is (190,16,162). Sum of RGB (Red+Green+Blue) = 190+16+162=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10A2 is #41EF5D. Grayscale: #545454. Windows color (decimal): -4321118 or 10621118. OLE color: 10621118.

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

Color convert

RGB 190 16 162 -
CMYK 0 0.92 0.15 0.25
HSL 309.66º 0.84% 0.4% -
HSV(B) 309.66º 0.92% 0.75% -
XYZ 27.94 13.93 35.4 -
YUV 84.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 190 16 162 0 0.92 0.15 0.25 309.66 0.84 0.4
Hex BE 10 A2 0 5C F 19 136 54 28
Octal 276 20 242 0 134 17 31 466 124 50
Binary 10111110 10000 10100010 0 1011100 1111 11001 100110110 1010100 101000

Color Harmonies of #BE10A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10A2

Black with #BE10A2

Text Example


Text Example

White with #BE10A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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