Html Css Color HEX #BE3BA5 Medium Red Violet

📋 copy color: '#BE3BA5'

red 190 ◦ green 59 ◦ blue 165

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

Shades of Medium Red Violet #BE3BA5

Tints of Medium Red Violet #BE3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 45.89%
G = 14.25%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE3BA5 (or 0xBE3BA5) is known color: Medium Red Violet. HEX triplet: BE, 3B and A5. RGB value is (190,59,165). Sum of RGB (Red+Green+Blue) = 190+59+165=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3BA5 is #41C45A. Grayscale: #6D6D6D. Windows color (decimal): -4310107 or 10828734. OLE color: 10828734.

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

Color convert

RGB 190 59 165 -
CMYK 0 0.69 0.13 0.25
HSL 311.45º 0.53% 0.49% -
HSV(B) 311.45º 0.69% 0.75% -
XYZ 29.59 16.79 37.28 -
YUV 110.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 190 59 165 0 0.69 0.13 0.25 311.45 0.53 0.49
Hex BE 3B A5 0 45 D 19 137 35 31
Octal 276 73 245 0 105 15 31 467 65 61
Binary 10111110 111011 10100101 0 1000101 1101 11001 100110111 110101 110001

Color Harmonies of #BE3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BA5

Black with #BE3BA5

Text Example


Text Example

White with #BE3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BA5; }

 p { color: rgb(190,59,165); }

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

background-color css

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

 a { background-color: rgb(190,59,165); }

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

border-color css

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

 span { border-color: rgb(190,59,165); }

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