Html Css Color HEX #BE13A6 Medium Violet Red

📋 copy color: '#BE13A6'

red 190 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #BE13A6

Tints of Medium Violet Red #BE13A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 50.67%
G = 5.07%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE13A6 (or 0xBE13A6) is known color: Medium Violet Red. HEX triplet: BE, 13 and A6. RGB value is (190,19,166). Sum of RGB (Red+Green+Blue) = 190+19+166=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13A6 is #41EC59. Grayscale: #565656. Windows color (decimal): -4320346 or 10884030. OLE color: 10884030.

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

Color convert

RGB 190 19 166 -
CMYK 0 0.90 0.13 0.25
HSL 308.42º 0.82% 0.41% -
HSV(B) 308.42º 0.9% 0.75% -
XYZ 28.35 14.17 37.32 -
YUV 86.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 190 19 166 0 0.90 0.13 0.25 308.42 0.82 0.41
Hex BE 13 A6 0 5A D 19 134 52 29
Octal 276 23 246 0 132 15 31 464 122 51
Binary 10111110 10011 10100110 0 1011010 1101 11001 100110100 1010010 101001

Color Harmonies of #BE13A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13A6

Black with #BE13A6

Text Example


Text Example

White with #BE13A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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