Html Css Color HEX #BE368B Medium Red Violet

📋 copy color: '#BE368B'

red 190 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #BE368B

Tints of Medium Red Violet #BE368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 49.61%
G = 14.1%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE368B (or 0xBE368B) is known color: Medium Red Violet. HEX triplet: BE, 36 and 8B. RGB value is (190,54,139). Sum of RGB (Red+Green+Blue) = 190+54+139=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE368B is #41C974. Grayscale: #686868. Windows color (decimal): -4311413 or 9123518. OLE color: 9123518.

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

Color convert

RGB 190 54 139 -
CMYK 0 0.72 0.27 0.25
HSL 322.5º 0.56% 0.48% -
HSV(B) 322.5º 0.72% 0.75% -
XYZ 27.21 15.45 25.97 -
YUV 104.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 190 54 139 0 0.72 0.27 0.25 322.5 0.56 0.48
Hex BE 36 8B 0 48 1B 19 142 38 30
Octal 276 66 213 0 110 33 31 502 70 60
Binary 10111110 110110 10001011 0 1001000 11011 11001 101000010 111000 110000

Color Harmonies of #BE368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE368B

Black with #BE368B

Text Example


Text Example

White with #BE368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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