Html Css Color HEX #BE369F Medium Red Violet

📋 copy color: '#BE369F'

red 190 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #BE369F

Tints of Medium Red Violet #BE369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

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

R = 47.15%
G = 13.4%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE369F (or 0xBE369F) is known color: Medium Red Violet. HEX triplet: BE, 36 and 9F. RGB value is (190,54,159). Sum of RGB (Red+Green+Blue) = 190+54+159=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE369F is #41C960. Grayscale: #6A6A6A. Windows color (decimal): -4311393 or 10434238. OLE color: 10434238.

HSL color Cylindrical-coordinate representation of color #BE369F: hue angle of 313.68º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE369F is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 159 -
CMYK 0 0.72 0.16 0.25
HSL 313.68º 0.56% 0.48% -
HSV(B) 313.68º 0.72% 0.75% -
XYZ 28.81 16.09 34.39 -
YUV 106.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 190 54 159 0 0.72 0.16 0.25 313.68 0.56 0.48
Hex BE 36 9F 0 48 10 19 13A 38 30
Octal 276 66 237 0 110 20 31 472 70 60
Binary 10111110 110110 10011111 0 1001000 10000 11001 100111010 111000 110000

Color Harmonies of #BE369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE369F

Black with #BE369F

Text Example


Text Example

White with #BE369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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