Html Css Color HEX #BE028C Medium Violet Red

📋 copy color: '#BE028C'

red 190 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #BE028C

Tints of Medium Violet Red #BE028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 57.23%
G = 0.6%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE028C (or 0xBE028C) is known color: Medium Violet Red. HEX triplet: BE, 02 and 8C. RGB value is (190,2,140). Sum of RGB (Red+Green+Blue) = 190+2+140=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE028C is #41FD73. Grayscale: #494949. Windows color (decimal): -4324724 or 9175742. OLE color: 9175742.

HSL color Cylindrical-coordinate representation of color #BE028C: hue angle of 315.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE028C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 140 -
CMYK 0 0.99 0.26 0.25
HSL 315.96º 0.98% 0.38% -
HSV(B) 315.96º 0.99% 0.75% -
XYZ 25.99 12.88 25.93 -
YUV 73.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 190 2 140 0 0.99 0.26 0.25 315.96 0.98 0.38
Hex BE 2 8C 0 63 1A 19 13C 62 26
Octal 276 2 214 0 143 32 31 474 142 46
Binary 10111110 10 10001100 0 1100011 11010 11001 100111100 1100010 100110

Color Harmonies of #BE028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE028C

Black with #BE028C

Text Example


Text Example

White with #BE028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE028C; }

 p { color: rgb(190,2,140); }

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

background-color css

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

 a { background-color: rgb(190,2,140); }

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

border-color css

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

 span { border-color: rgb(190,2,140); }

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