Html Css Color HEX #BE2D9A Medium Red Violet

📋 copy color: '#BE2D9A'

red 190 ◦ green 45 ◦ blue 154

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

Shades of Medium Red Violet #BE2D9A

Tints of Medium Red Violet #BE2D9A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 48.84%
G = 11.57%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE2D9A (or 0xBE2D9A) is known color: Medium Red Violet. HEX triplet: BE, 2D and 9A. RGB value is (190,45,154). Sum of RGB (Red+Green+Blue) = 190+45+154=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D9A is #41D265. Grayscale: #646464. Windows color (decimal): -4313702 or 10104254. OLE color: 10104254.

HSL color Cylindrical-coordinate representation of color #BE2D9A: hue angle of 314.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D9A is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 154 -
CMYK 0 0.76 0.19 0.25
HSL 314.9º 0.62% 0.46% -
HSV(B) 314.9º 0.76% 0.75% -
XYZ 28.01 15.16 32.02 -
YUV 100.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 190 45 154 0 0.76 0.19 0.25 314.9 0.62 0.46
Hex BE 2D 9A 0 4C 13 19 13B 3E 2E
Octal 276 55 232 0 114 23 31 473 76 56
Binary 10111110 101101 10011010 0 1001100 10011 11001 100111011 111110 101110

Color Harmonies of #BE2D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D9A

Black with #BE2D9A

Text Example


Text Example

White with #BE2D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D9A; }

 p { color: rgb(190,45,154); }

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

background-color css

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

 a { background-color: rgb(190,45,154); }

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

border-color css

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

 span { border-color: rgb(190,45,154); }

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