Html Css Color HEX #BE257E Medium Red Violet

📋 copy color: '#BE257E'

red 190 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #BE257E

Tints of Medium Red Violet #BE257E

RGB

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

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

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

R = 53.82%
G = 10.48%
B = 35.69%

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

#BE257E (or 0xBE257E) is known color: Medium Red Violet. HEX triplet: BE, 25 and 7E. RGB value is (190,37,126). Sum of RGB (Red+Green+Blue) = 190+37+126=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE257E is #41DA81. Grayscale: #5C5C5C. Windows color (decimal): -4315778 or 8267198. OLE color: 8267198.

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

Color convert

RGB 190 37 126 -
CMYK 0 0.81 0.34 0.25
HSL 325.1º 0.67% 0.45% -
HSV(B) 325.1º 0.81% 0.75% -
XYZ 25.66 13.78 21.05 -
YUV 92.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 190 37 126 0 0.81 0.34 0.25 325.1 0.67 0.45
Hex BE 25 7E 0 51 22 19 145 43 2D
Octal 276 45 176 0 121 42 31 505 103 55
Binary 10111110 100101 1111110 0 1010001 100010 11001 101000101 1000011 101101

Color Harmonies of #BE257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE257E

Black with #BE257E

Text Example


Text Example

White with #BE257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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