Html Css Color HEX #BE228C Medium Violet Red

📋 copy color: '#BE228C'

red 190 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #BE228C

Tints of Medium Violet Red #BE228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 52.2%
G = 9.34%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE228C (or 0xBE228C) is known color: Medium Violet Red. HEX triplet: BE, 22 and 8C. RGB value is (190,34,140). Sum of RGB (Red+Green+Blue) = 190+34+140=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE228C is #41DD73. Grayscale: #5C5C5C. Windows color (decimal): -4316532 or 9183934. OLE color: 9183934.

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

Color convert

RGB 190 34 140 -
CMYK 0 0.82 0.26 0.25
HSL 319.23º 0.7% 0.44% -
HSV(B) 319.23º 0.82% 0.75% -
XYZ 26.54 13.98 26.11 -
YUV 92.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 190 34 140 0 0.82 0.26 0.25 319.23 0.7 0.44
Hex BE 22 8C 0 52 1A 19 13F 46 2C
Octal 276 42 214 0 122 32 31 477 106 54
Binary 10111110 100010 10001100 0 1010010 11010 11001 100111111 1000110 101100

Color Harmonies of #BE228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE228C

Black with #BE228C

Text Example


Text Example

White with #BE228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE228C; }

 p { color: rgb(190,34,140); }

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

background-color css

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

 a { background-color: rgb(190,34,140); }

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

border-color css

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

 span { border-color: rgb(190,34,140); }

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