Html Css Color HEX #BE038A Medium Violet Red

📋 copy color: '#BE038A'

red 190 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #BE038A

Tints of Medium Violet Red #BE038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 57.4%
G = 0.91%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE038A (or 0xBE038A) is known color: Medium Violet Red. HEX triplet: BE, 03 and 8A. RGB value is (190,3,138). Sum of RGB (Red+Green+Blue) = 190+3+138=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE038A is #41FC75. Grayscale: #494949. Windows color (decimal): -4324470 or 9044926. OLE color: 9044926.

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

Color convert

RGB 190 3 138 -
CMYK 0 0.98 0.27 0.25
HSL 316.68º 0.97% 0.38% -
HSV(B) 316.68º 0.98% 0.75% -
XYZ 25.86 12.85 25.16 -
YUV 74.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 190 3 138 0 0.98 0.27 0.25 316.68 0.97 0.38
Hex BE 3 8A 0 62 1B 19 13D 61 26
Octal 276 3 212 0 142 33 31 475 141 46
Binary 10111110 11 10001010 0 1100010 11011 11001 100111101 1100001 100110

Color Harmonies of #BE038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE038A

Black with #BE038A

Text Example


Text Example

White with #BE038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE038A; }

 p { color: rgb(190,3,138); }

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

background-color css

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

 a { background-color: rgb(190,3,138); }

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

border-color css

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

 span { border-color: rgb(190,3,138); }

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