Html Css Color HEX #BE2B7D Medium Red Violet

📋 copy color: '#BE2B7D'

red 190 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #BE2B7D

Tints of Medium Red Violet #BE2B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 53.07%
G = 12.01%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE2B7D (or 0xBE2B7D) is known color: Medium Red Violet. HEX triplet: BE, 2B and 7D. RGB value is (190,43,125). Sum of RGB (Red+Green+Blue) = 190+43+125=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B7D is #41D482. Grayscale: #606060. Windows color (decimal): -4314243 or 8203198. OLE color: 8203198.

HSL color Cylindrical-coordinate representation of color #BE2B7D: hue angle of 326.53º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B7D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 125 -
CMYK 0 0.77 0.34 0.25
HSL 326.53º 0.63% 0.46% -
HSV(B) 326.53º 0.77% 0.75% -
XYZ 25.8 14.16 20.77 -
YUV 96.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 190 43 125 0 0.77 0.34 0.25 326.53 0.63 0.46
Hex BE 2B 7D 0 4D 22 19 147 3F 2E
Octal 276 53 175 0 115 42 31 507 77 56
Binary 10111110 101011 1111101 0 1001101 100010 11001 101000111 111111 101110

Color Harmonies of #BE2B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B7D

Black with #BE2B7D

Text Example


Text Example

White with #BE2B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B7D; }

 p { color: rgb(190,43,125); }

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

background-color css

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

 a { background-color: rgb(190,43,125); }

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

border-color css

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

 span { border-color: rgb(190,43,125); }

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