Html Css Color HEX #BE038B Medium Violet Red

📋 copy color: '#BE038B'

red 190 ◦ green 3 ◦ blue 139

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

Shades of Medium Violet Red #BE038B

Tints of Medium Violet Red #BE038B

RGB

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

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

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

R = 57.23%
G = 0.9%
B = 41.87%

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

#BE038B (or 0xBE038B) is known color: Medium Violet Red. HEX triplet: BE, 03 and 8B. RGB value is (190,3,139). Sum of RGB (Red+Green+Blue) = 190+3+139=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE038B is #41FC74. Grayscale: #4A4A4A. Windows color (decimal): -4324469 or 9110462. OLE color: 9110462.

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

Color convert

RGB 190 3 139 -
CMYK 0 0.98 0.27 0.25
HSL 316.36º 0.97% 0.38% -
HSV(B) 316.36º 0.98% 0.75% -
XYZ 25.93 12.88 25.54 -
YUV 74.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 190 3 139 0 0.98 0.27 0.25 316.36 0.97 0.38
Hex BE 3 8B 0 62 1B 19 13C 61 26
Octal 276 3 213 0 142 33 31 474 141 46
Binary 10111110 11 10001011 0 1100010 11011 11001 100111100 1100001 100110

Color Harmonies of #BE038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE038B

Black with #BE038B

Text Example


Text Example

White with #BE038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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