Html Css Color HEX #BE257D Medium Red Violet

📋 copy color: '#BE257D'

red 190 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #BE257D

Tints of Medium Red Violet #BE257D

RGB

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

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

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

R = 53.98%
G = 10.51%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE257D (or 0xBE257D) is known color: Medium Red Violet. HEX triplet: BE, 25 and 7D. RGB value is (190,37,125). Sum of RGB (Red+Green+Blue) = 190+37+125=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE257D is #41DA82. Grayscale: #5C5C5C. Windows color (decimal): -4315779 or 8201662. OLE color: 8201662.

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

Color convert

RGB 190 37 125 -
CMYK 0 0.81 0.34 0.25
HSL 325.49º 0.67% 0.45% -
HSV(B) 325.49º 0.81% 0.75% -
XYZ 25.6 13.75 20.71 -
YUV 92.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 190 37 125 0 0.81 0.34 0.25 325.49 0.67 0.45
Hex BE 25 7D 0 51 22 19 145 43 2D
Octal 276 45 175 0 121 42 31 505 103 55
Binary 10111110 100101 1111101 0 1010001 100010 11001 101000101 1000011 101101

Color Harmonies of #BE257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE257D

Black with #BE257D

Text Example


Text Example

White with #BE257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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