Html Css Color HEX #BE3A92 Medium Red Violet

📋 copy color: '#BE3A92'

red 190 ◦ green 58 ◦ blue 146

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

Shades of Medium Red Violet #BE3A92

Tints of Medium Red Violet #BE3A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 48.22%
G = 14.72%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE3A92 (or 0xBE3A92) is known color: Medium Red Violet. HEX triplet: BE, 3A and 92. RGB value is (190,58,146). Sum of RGB (Red+Green+Blue) = 190+58+146=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A92 is #41C56D. Grayscale: #6B6B6B. Windows color (decimal): -4310382 or 9583294. OLE color: 9583294.

HSL color Cylindrical-coordinate representation of color #BE3A92: hue angle of 320º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A92 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 146 -
CMYK 0 0.69 0.23 0.25
HSL 320º 0.53% 0.49% -
HSV(B) 320º 0.69% 0.75% -
XYZ 27.94 16.05 28.82 -
YUV 107.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 190 58 146 0 0.69 0.23 0.25 320 0.53 0.49
Hex BE 3A 92 0 45 17 19 140 35 31
Octal 276 72 222 0 105 27 31 500 65 61
Binary 10111110 111010 10010010 0 1000101 10111 11001 101000000 110101 110001

Color Harmonies of #BE3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A92

Black with #BE3A92

Text Example


Text Example

White with #BE3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A92; }

 p { color: rgb(190,58,146); }

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

background-color css

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

 a { background-color: rgb(190,58,146); }

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

border-color css

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

 span { border-color: rgb(190,58,146); }

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