Html Css Color HEX #BE038D Medium Violet Red

📋 copy color: '#BE038D'

red 190 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #BE038D

Tints of Medium Violet Red #BE038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 56.89%
G = 0.9%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE038D (or 0xBE038D) is known color: Medium Violet Red. HEX triplet: BE, 03 and 8D. RGB value is (190,3,141). Sum of RGB (Red+Green+Blue) = 190+3+141=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE038D is #41FC72. Grayscale: #4A4A4A. Windows color (decimal): -4324467 or 9241534. OLE color: 9241534.

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

Color convert

RGB 190 3 141 -
CMYK 0 0.98 0.26 0.25
HSL 315.72º 0.97% 0.38% -
HSV(B) 315.72º 0.98% 0.75% -
XYZ 26.08 12.94 26.32 -
YUV 74.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 190 3 141 0 0.98 0.26 0.25 315.72 0.97 0.38
Hex BE 3 8D 0 62 1A 19 13C 61 26
Octal 276 3 215 0 142 32 31 474 141 46
Binary 10111110 11 10001101 0 1100010 11010 11001 100111100 1100001 100110

Color Harmonies of #BE038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE038D

Black with #BE038D

Text Example


Text Example

White with #BE038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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