Html Css Color HEX #BE2689 Medium Red Violet

📋 copy color: '#BE2689'

red 190 ◦ green 38 ◦ blue 137

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

Shades of Medium Red Violet #BE2689

Tints of Medium Red Violet #BE2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.41%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 52.05%
G = 10.41%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE2689 (or 0xBE2689) is known color: Medium Red Violet. HEX triplet: BE, 26 and 89. RGB value is (190,38,137). Sum of RGB (Red+Green+Blue) = 190+38+137=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2689 is #41D976. Grayscale: #5E5E5E. Windows color (decimal): -4315511 or 8988350. OLE color: 8988350.

HSL color Cylindrical-coordinate representation of color #BE2689: hue angle of 320.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2689 is Cyan = 0, Magento = 0.8, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 137 -
CMYK 0 0.8 0.28 0.25
HSL 320.92º 0.67% 0.45% -
HSV(B) 320.92º 0.8% 0.75% -
XYZ 26.44 14.14 25 -
YUV 94.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 190 38 137 0 0.8 0.28 0.25 320.92 0.67 0.45
Hex BE 26 89 0 50 1C 19 141 43 2D
Octal 276 46 211 0 120 34 31 501 103 55
Binary 10111110 100110 10001001 0 1010000 11100 11001 101000001 1000011 101101

Color Harmonies of #BE2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2689

Black with #BE2689

Text Example


Text Example

White with #BE2689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2689; }

 p { color: rgb(190,38,137); }

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

background-color css

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

 a { background-color: rgb(190,38,137); }

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

border-color css

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

 span { border-color: rgb(190,38,137); }

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