Html Css Color HEX #BE2B7A Medium Red Violet

📋 copy color: '#BE2B7A'

red 190 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #BE2B7A

Tints of Medium Red Violet #BE2B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 53.52%
G = 12.11%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE2B7A (or 0xBE2B7A) is known color: Medium Red Violet. HEX triplet: BE, 2B and 7A. RGB value is (190,43,122). Sum of RGB (Red+Green+Blue) = 190+43+122=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B7A is #41D485. Grayscale: #5F5F5F. Windows color (decimal): -4314246 or 8006590. OLE color: 8006590.

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

Color convert

RGB 190 43 122 -
CMYK 0 0.77 0.36 0.25
HSL 327.76º 0.63% 0.46% -
HSV(B) 327.76º 0.77% 0.75% -
XYZ 25.61 14.08 19.78 -
YUV 95.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 190 43 122 0 0.77 0.36 0.25 327.76 0.63 0.46
Hex BE 2B 7A 0 4D 24 19 148 3F 2E
Octal 276 53 172 0 115 44 31 510 77 56
Binary 10111110 101011 1111010 0 1001101 100100 11001 101001000 111111 101110

Color Harmonies of #BE2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B7A

Black with #BE2B7A

Text Example


Text Example

White with #BE2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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