Html Css Color HEX #BE257F Medium Red Violet

📋 copy color: '#BE257F'

red 190 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #BE257F

Tints of Medium Red Violet #BE257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 53.67%
G = 10.45%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE257F (or 0xBE257F) is known color: Medium Red Violet. HEX triplet: BE, 25 and 7F. RGB value is (190,37,127). Sum of RGB (Red+Green+Blue) = 190+37+127=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE257F is #41DA80. Grayscale: #5C5C5C. Windows color (decimal): -4315777 or 8332734. OLE color: 8332734.

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

Color convert

RGB 190 37 127 -
CMYK 0 0.81 0.33 0.25
HSL 324.71º 0.67% 0.45% -
HSV(B) 324.71º 0.81% 0.75% -
XYZ 25.73 13.8 21.39 -
YUV 93.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 190 37 127 0 0.81 0.33 0.25 324.71 0.67 0.45
Hex BE 25 7F 0 51 21 19 145 43 2D
Octal 276 45 177 0 121 41 31 505 103 55
Binary 10111110 100101 1111111 0 1010001 100001 11001 101000101 1000011 101101

Color Harmonies of #BE257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE257F

Black with #BE257F

Text Example


Text Example

White with #BE257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE257F; }

 p { color: rgb(190,37,127); }

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

background-color css

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

 a { background-color: rgb(190,37,127); }

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

border-color css

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

 span { border-color: rgb(190,37,127); }

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