Html Css Color HEX #BE028B Medium Violet Red

📋 copy color: '#BE028B'

red 190 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #BE028B

Tints of Medium Violet Red #BE028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 57.4%
G = 0.6%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE028B (or 0xBE028B) is known color: Medium Violet Red. HEX triplet: BE, 02 and 8B. RGB value is (190,2,139). Sum of RGB (Red+Green+Blue) = 190+2+139=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE028B is #41FD74. Grayscale: #494949. Windows color (decimal): -4324725 or 9110206. OLE color: 9110206.

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

Color convert

RGB 190 2 139 -
CMYK 0 0.99 0.27 0.25
HSL 316.28º 0.98% 0.38% -
HSV(B) 316.28º 0.99% 0.75% -
XYZ 25.92 12.85 25.54 -
YUV 73.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 190 2 139 0 0.99 0.27 0.25 316.28 0.98 0.38
Hex BE 2 8B 0 63 1B 19 13C 62 26
Octal 276 2 213 0 143 33 31 474 142 46
Binary 10111110 10 10001011 0 1100011 11011 11001 100111100 1100010 100110

Color Harmonies of #BE028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE028B

Black with #BE028B

Text Example


Text Example

White with #BE028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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