Html Css Color HEX #BE2475 Medium Red Violet

📋 copy color: '#BE2475'

red 190 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #BE2475

Tints of Medium Red Violet #BE2475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 55.39%
G = 10.5%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE2475 (or 0xBE2475) is known color: Medium Red Violet. HEX triplet: BE, 24 and 75. RGB value is (190,36,117). Sum of RGB (Red+Green+Blue) = 190+36+117=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2475 is #41DB8A. Grayscale: #5B5B5B. Windows color (decimal): -4316043 or 7677118. OLE color: 7677118.

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

Color convert

RGB 190 36 117 -
CMYK 0 0.81 0.38 0.25
HSL 328.44º 0.68% 0.44% -
HSV(B) 328.44º 0.81% 0.75% -
XYZ 25.08 13.49 18.11 -
YUV 91.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 190 36 117 0 0.81 0.38 0.25 328.44 0.68 0.44
Hex BE 24 75 0 51 26 19 148 44 2C
Octal 276 44 165 0 121 46 31 510 104 54
Binary 10111110 100100 1110101 0 1010001 100110 11001 101001000 1000100 101100

Color Harmonies of #BE2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2475

Black with #BE2475

Text Example


Text Example

White with #BE2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2475; }

 p { color: rgb(190,36,117); }

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

background-color css

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

 a { background-color: rgb(190,36,117); }

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

border-color css

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

 span { border-color: rgb(190,36,117); }

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