Html Css Color HEX #BE229C Medium Violet Red

📋 copy color: '#BE229C'

red 190 ◦ green 34 ◦ blue 156

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

Shades of Medium Violet Red #BE229C

Tints of Medium Violet Red #BE229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 50%
G = 8.95%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE229C (or 0xBE229C) is known color: Medium Violet Red. HEX triplet: BE, 22 and 9C. RGB value is (190,34,156). Sum of RGB (Red+Green+Blue) = 190+34+156=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE229C is #41DD63. Grayscale: #5E5E5E. Windows color (decimal): -4316516 or 10232510. OLE color: 10232510.

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

Color convert

RGB 190 34 156 -
CMYK 0 0.82 0.18 0.25
HSL 313.08º 0.7% 0.44% -
HSV(B) 313.08º 0.82% 0.75% -
XYZ 27.81 14.49 32.78 -
YUV 94.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 190 34 156 0 0.82 0.18 0.25 313.08 0.7 0.44
Hex BE 22 9C 0 52 12 19 139 46 2C
Octal 276 42 234 0 122 22 31 471 106 54
Binary 10111110 100010 10011100 0 1010010 10010 11001 100111001 1000110 101100

Color Harmonies of #BE229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE229C

Black with #BE229C

Text Example


Text Example

White with #BE229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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