#BE037B

Color #BE037B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE037B

Tints of Medium Violet Red #BE037B

Color information

#BE037B (or 0xBE037B) is unknown color: approx Medium Violet Red. HEX triplet: BE, 03 and 7B. RGB value is (190,3,123). Sum of RGB (Red+Green+Blue) = 190+3+123=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE037B is #41FC84. Grayscale: #484848. Windows color (decimal): -4324485 or 8061886. OLE color: 8061886.

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

Color convert

RGB1903123-
CMYK00.980.350.25
HSL321.5º96.89%37.84%-
HSV(B)321.5º98.42%74.51%-
XYZ24.8412.4419.83-
YUV72.59156.45211.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=60.13%
G=0.95%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190312300.980.350.25321.596.8937.84
HexBE37B06223191416126
Octal27631730142433150114146
Binary1011111011111101101100010100011110011010000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE037B; }

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

 H1.HeaderClassName
 {
   color: #BE037B;
 }
 .AnyTagClassName
 {
   color: #BE037B;
 }
</style>
background-color css

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

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

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

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

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

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