Html Css Color HEX #BE2185 Medium Violet Red

📋 copy color: '#BE2185'

red 190 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #BE2185

Tints of Medium Violet Red #BE2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 53.37%
G = 9.27%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE2185 (or 0xBE2185) is known color: Medium Violet Red. HEX triplet: BE, 21 and 85. RGB value is (190,33,133). Sum of RGB (Red+Green+Blue) = 190+33+133=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2185 is #41DE7A. Grayscale: #5B5B5B. Windows color (decimal): -4316795 or 8724926. OLE color: 8724926.

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

Color convert

RGB 190 33 133 -
CMYK 0 0.83 0.3 0.25
HSL 321.78º 0.7% 0.44% -
HSV(B) 321.78º 0.83% 0.75% -
XYZ 26.01 13.73 23.47 -
YUV 91.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 190 33 133 0 0.83 0.3 0.25 321.78 0.7 0.44
Hex BE 21 85 0 53 1E 19 142 46 2C
Octal 276 41 205 0 123 36 31 502 106 54
Binary 10111110 100001 10000101 0 1010011 11110 11001 101000010 1000110 101100

Color Harmonies of #BE2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2185

Black with #BE2185

Text Example


Text Example

White with #BE2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2185; }

 p { color: rgb(190,33,133); }

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

background-color css

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

 a { background-color: rgb(190,33,133); }

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

border-color css

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

 span { border-color: rgb(190,33,133); }

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