Html Css Color HEX #BE228F Medium Violet Red

📋 copy color: '#BE228F'

red 190 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #BE228F

Tints of Medium Violet Red #BE228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 51.77%
G = 9.26%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE228F (or 0xBE228F) is known color: Medium Violet Red. HEX triplet: BE, 22 and 8F. RGB value is (190,34,143). Sum of RGB (Red+Green+Blue) = 190+34+143=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE228F is #41DD70. Grayscale: #5C5C5C. Windows color (decimal): -4316529 or 9380542. OLE color: 9380542.

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

Color convert

RGB 190 34 143 -
CMYK 0 0.82 0.25 0.25
HSL 318.08º 0.7% 0.44% -
HSV(B) 318.08º 0.82% 0.75% -
XYZ 26.77 14.07 27.29 -
YUV 93.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 190 34 143 0 0.82 0.25 0.25 318.08 0.7 0.44
Hex BE 22 8F 0 52 19 19 13E 46 2C
Octal 276 42 217 0 122 31 31 476 106 54
Binary 10111110 100010 10001111 0 1010010 11001 11001 100111110 1000110 101100

Color Harmonies of #BE228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE228F

Black with #BE228F

Text Example


Text Example

White with #BE228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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