Html Css Color HEX #BE228D Medium Violet Red

📋 copy color: '#BE228D'

red 190 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #BE228D

Tints of Medium Violet Red #BE228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 52.05%
G = 9.32%
B = 38.63%

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

#BE228D (or 0xBE228D) is known color: Medium Violet Red. HEX triplet: BE, 22 and 8D. RGB value is (190,34,141). Sum of RGB (Red+Green+Blue) = 190+34+141=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE228D is #41DD72. Grayscale: #5C5C5C. Windows color (decimal): -4316531 or 9249470. OLE color: 9249470.

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

Color convert

RGB 190 34 141 -
CMYK 0 0.82 0.26 0.25
HSL 318.85º 0.7% 0.44% -
HSV(B) 318.85º 0.82% 0.75% -
XYZ 26.61 14.01 26.5 -
YUV 92.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 190 34 141 0 0.82 0.26 0.25 318.85 0.7 0.44
Hex BE 22 8D 0 52 1A 19 13F 46 2C
Octal 276 42 215 0 122 32 31 477 106 54
Binary 10111110 100010 10001101 0 1010010 11010 11001 100111111 1000110 101100

Color Harmonies of #BE228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE228D

Black with #BE228D

Text Example


Text Example

White with #BE228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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