Html Css Color HEX #BE3C97 Medium Red Violet

📋 copy color: '#BE3C97'

red 190 ◦ green 60 ◦ blue 151

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

Shades of Medium Red Violet #BE3C97

Tints of Medium Red Violet #BE3C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 47.38%
G = 14.96%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE3C97 (or 0xBE3C97) is known color: Medium Red Violet. HEX triplet: BE, 3C and 97. RGB value is (190,60,151). Sum of RGB (Red+Green+Blue) = 190+60+151=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C97 is #41C368. Grayscale: #6D6D6D. Windows color (decimal): -4309865 or 9911486. OLE color: 9911486.

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

Color convert

RGB 190 60 151 -
CMYK 0 0.68 0.21 0.25
HSL 318º 0.52% 0.49% -
HSV(B) 318º 0.68% 0.75% -
XYZ 28.44 16.41 30.95 -
YUV 109.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 190 60 151 0 0.68 0.21 0.25 318 0.52 0.49
Hex BE 3C 97 0 44 15 19 13E 34 31
Octal 276 74 227 0 104 25 31 476 64 61
Binary 10111110 111100 10010111 0 1000100 10101 11001 100111110 110100 110001

Color Harmonies of #BE3C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C97

Black with #BE3C97

Text Example


Text Example

White with #BE3C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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