Html Css Color HEX #BE2F7E Medium Red Violet

📋 copy color: '#BE2F7E'

red 190 ◦ green 47 ◦ blue 126

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

Shades of Medium Red Violet #BE2F7E

Tints of Medium Red Violet #BE2F7E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 52.34%
G = 12.95%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE2F7E (or 0xBE2F7E) is known color: Medium Red Violet. HEX triplet: BE, 2F and 7E. RGB value is (190,47,126). Sum of RGB (Red+Green+Blue) = 190+47+126=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F7E is #41D081. Grayscale: #626262. Windows color (decimal): -4313218 or 8269758. OLE color: 8269758.

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

Color convert

RGB 190 47 126 -
CMYK 0 0.75 0.34 0.25
HSL 326.85º 0.6% 0.46% -
HSV(B) 326.85º 0.75% 0.75% -
XYZ 26.02 14.49 21.16 -
YUV 98.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 190 47 126 0 0.75 0.34 0.25 326.85 0.6 0.46
Hex BE 2F 7E 0 4B 22 19 147 3C 2E
Octal 276 57 176 0 113 42 31 507 74 56
Binary 10111110 101111 1111110 0 1001011 100010 11001 101000111 111100 101110

Color Harmonies of #BE2F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F7E

Black with #BE2F7E

Text Example


Text Example

White with #BE2F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F7E; }

 p { color: rgb(190,47,126); }

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

background-color css

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

 a { background-color: rgb(190,47,126); }

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

border-color css

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

 span { border-color: rgb(190,47,126); }

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