Html Css Color HEX #BE13A8 Medium Violet Red

📋 copy color: '#BE13A8'

red 190 ◦ green 19 ◦ blue 168

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

Shades of Medium Violet Red #BE13A8

Tints of Medium Violet Red #BE13A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 50.4%
G = 5.04%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE13A8 (or 0xBE13A8) is known color: Medium Violet Red. HEX triplet: BE, 13 and A8. RGB value is (190,19,168). Sum of RGB (Red+Green+Blue) = 190+19+168=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13A8 is #41EC57. Grayscale: #565656. Windows color (decimal): -4320344 or 11015102. OLE color: 11015102.

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

Color convert

RGB 190 19 168 -
CMYK 0 0.90 0.12 0.25
HSL 307.72º 0.82% 0.41% -
HSV(B) 307.72º 0.9% 0.75% -
XYZ 28.54 14.24 38.29 -
YUV 87.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 190 19 168 0 0.90 0.12 0.25 307.72 0.82 0.41
Hex BE 13 A8 0 5A C 19 134 52 29
Octal 276 23 250 0 132 14 31 464 122 51
Binary 10111110 10011 10101000 0 1011010 1100 11001 100110100 1010010 101001

Color Harmonies of #BE13A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13A8

Black with #BE13A8

Text Example


Text Example

White with #BE13A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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