Html Css Color HEX #BE10A3 Medium Violet Red

📋 copy color: '#BE10A3'

red 190 ◦ green 16 ◦ blue 163

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

Shades of Medium Violet Red #BE10A3

Tints of Medium Violet Red #BE10A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.17%

R = 51.49%
G = 4.34%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE10A3 (or 0xBE10A3) is known color: Medium Violet Red. HEX triplet: BE, 10 and A3. RGB value is (190,16,163). Sum of RGB (Red+Green+Blue) = 190+16+163=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10A3 is #41EF5C. Grayscale: #545454. Windows color (decimal): -4321117 or 10686654. OLE color: 10686654.

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

Color convert

RGB 190 16 163 -
CMYK 0 0.92 0.14 0.25
HSL 309.31º 0.84% 0.4% -
HSV(B) 309.31º 0.92% 0.75% -
XYZ 28.03 13.96 35.87 -
YUV 84.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 190 16 163 0 0.92 0.14 0.25 309.31 0.84 0.4
Hex BE 10 A3 0 5C E 19 135 54 28
Octal 276 20 243 0 134 16 31 465 124 50
Binary 10111110 10000 10100011 0 1011100 1110 11001 100110101 1010100 101000

Color Harmonies of #BE10A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10A3

Black with #BE10A3

Text Example


Text Example

White with #BE10A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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