Html Css Color HEX #BE038E Medium Violet Red

📋 copy color: '#BE038E'

red 190 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #BE038E

Tints of Medium Violet Red #BE038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 56.72%
G = 0.9%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE038E (or 0xBE038E) is known color: Medium Violet Red. HEX triplet: BE, 03 and 8E. RGB value is (190,3,142). Sum of RGB (Red+Green+Blue) = 190+3+142=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE038E is #41FC71. Grayscale: #4A4A4A. Windows color (decimal): -4324466 or 9307070. OLE color: 9307070.

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

Color convert

RGB 190 3 142 -
CMYK 0 0.98 0.25 0.25
HSL 315.4º 0.97% 0.38% -
HSV(B) 315.4º 0.98% 0.75% -
XYZ 26.15 12.97 26.72 -
YUV 74.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 190 3 142 0 0.98 0.25 0.25 315.4 0.97 0.38
Hex BE 3 8E 0 62 19 19 13B 61 26
Octal 276 3 216 0 142 31 31 473 141 46
Binary 10111110 11 10001110 0 1100010 11001 11001 100111011 1100001 100110

Color Harmonies of #BE038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE038E

Black with #BE038E

Text Example


Text Example

White with #BE038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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