Html Css Color HEX #BE3BA6 Medium Red Violet

📋 copy color: '#BE3BA6'

red 190 ◦ green 59 ◦ blue 166

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

Shades of Medium Red Violet #BE3BA6

Tints of Medium Red Violet #BE3BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40%

R = 45.78%
G = 14.22%
B = 40%

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

#BE3BA6 (or 0xBE3BA6) is known color: Medium Red Violet. HEX triplet: BE, 3B and A6. RGB value is (190,59,166). Sum of RGB (Red+Green+Blue) = 190+59+166=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3BA6 is #41C459. Grayscale: #6E6E6E. Windows color (decimal): -4310106 or 10894270. OLE color: 10894270.

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

Color convert

RGB 190 59 166 -
CMYK 0 0.69 0.13 0.25
HSL 310.99º 0.53% 0.49% -
HSV(B) 310.99º 0.69% 0.75% -
XYZ 29.68 16.83 37.76 -
YUV 110.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 190 59 166 0 0.69 0.13 0.25 310.99 0.53 0.49
Hex BE 3B A6 0 45 D 19 137 35 31
Octal 276 73 246 0 105 15 31 467 65 61
Binary 10111110 111011 10100110 0 1000101 1101 11001 100110111 110101 110001

Color Harmonies of #BE3BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BA6

Black with #BE3BA6

Text Example


Text Example

White with #BE3BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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