Html Css Color HEX #BE3A9F Medium Red Violet

📋 copy color: '#BE3A9F'

red 190 ◦ green 58 ◦ blue 159

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

Shades of Medium Red Violet #BE3A9F

Tints of Medium Red Violet #BE3A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 46.68%
G = 14.25%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE3A9F (or 0xBE3A9F) is known color: Medium Red Violet. HEX triplet: BE, 3A and 9F. RGB value is (190,58,159). Sum of RGB (Red+Green+Blue) = 190+58+159=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A9F is #41C560. Grayscale: #6C6C6C. Windows color (decimal): -4310369 or 10435262. OLE color: 10435262.

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

Color convert

RGB 190 58 159 -
CMYK 0 0.69 0.16 0.25
HSL 314.09º 0.53% 0.49% -
HSV(B) 314.09º 0.69% 0.75% -
XYZ 29.01 16.48 34.45 -
YUV 108.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 190 58 159 0 0.69 0.16 0.25 314.09 0.53 0.49
Hex BE 3A 9F 0 45 10 19 13A 35 31
Octal 276 72 237 0 105 20 31 472 65 61
Binary 10111110 111010 10011111 0 1000101 10000 11001 100111010 110101 110001

Color Harmonies of #BE3A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A9F

Black with #BE3A9F

Text Example


Text Example

White with #BE3A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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