Html Css Color HEX #BE2594 Medium Red Violet

📋 copy color: '#BE2594'

red 190 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #BE2594

Tints of Medium Red Violet #BE2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 50.67%
G = 9.87%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE2594 (or 0xBE2594) is known color: Medium Red Violet. HEX triplet: BE, 25 and 94. RGB value is (190,37,148). Sum of RGB (Red+Green+Blue) = 190+37+148=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2594 is #41DA6B. Grayscale: #5F5F5F. Windows color (decimal): -4315756 or 9708990. OLE color: 9708990.

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

Color convert

RGB 190 37 148 -
CMYK 0 0.81 0.22 0.25
HSL 316.47º 0.67% 0.45% -
HSV(B) 316.47º 0.81% 0.75% -
XYZ 27.24 14.41 29.36 -
YUV 95.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 190 37 148 0 0.81 0.22 0.25 316.47 0.67 0.45
Hex BE 25 94 0 51 16 19 13C 43 2D
Octal 276 45 224 0 121 26 31 474 103 55
Binary 10111110 100101 10010100 0 1010001 10110 11001 100111100 1000011 101101

Color Harmonies of #BE2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2594

Black with #BE2594

Text Example


Text Example

White with #BE2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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