Html Css Color HEX #BE3C95 Medium Red Violet

📋 copy color: '#BE3C95'

red 190 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #BE3C95

Tints of Medium Red Violet #BE3C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 47.62%
G = 15.04%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE3C95 (or 0xBE3C95) is known color: Medium Red Violet. HEX triplet: BE, 3C and 95. RGB value is (190,60,149). Sum of RGB (Red+Green+Blue) = 190+60+149=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C95 is #41C36A. Grayscale: #6C6C6C. Windows color (decimal): -4309867 or 9780414. OLE color: 9780414.

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

Color convert

RGB 190 60 149 -
CMYK 0 0.68 0.22 0.25
HSL 318.92º 0.52% 0.49% -
HSV(B) 318.92º 0.68% 0.75% -
XYZ 28.28 16.35 30.1 -
YUV 109.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 190 60 149 0 0.68 0.22 0.25 318.92 0.52 0.49
Hex BE 3C 95 0 44 16 19 13F 34 31
Octal 276 74 225 0 104 26 31 477 64 61
Binary 10111110 111100 10010101 0 1000100 10110 11001 100111111 110100 110001

Color Harmonies of #BE3C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C95

Black with #BE3C95

Text Example


Text Example

White with #BE3C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C95; }

 p { color: rgb(190,60,149); }

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

background-color css

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

 a { background-color: rgb(190,60,149); }

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

border-color css

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

 span { border-color: rgb(190,60,149); }

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