Html Css Color HEX #BE3270 Medium Red Violet

📋 copy color: '#BE3270'

red 190 ◦ green 50 ◦ blue 112

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

Shades of Medium Red Violet #BE3270

Tints of Medium Red Violet #BE3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 53.98%
G = 14.2%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3270 (or 0xBE3270) is known color: Medium Red Violet. HEX triplet: BE, 32 and 70. RGB value is (190,50,112). Sum of RGB (Red+Green+Blue) = 190+50+112=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3270 is #41CD8F. Grayscale: #626262. Windows color (decimal): -4312464 or 7353022. OLE color: 7353022.

HSL color Cylindrical-coordinate representation of color #BE3270: hue angle of 333.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3270 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 112 -
CMYK 0 0.74 0.41 0.25
HSL 333.43º 0.58% 0.47% -
HSV(B) 333.43º 0.74% 0.75% -
XYZ 25.3 14.4 16.77 -
YUV 98.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 190 50 112 0 0.74 0.41 0.25 333.43 0.58 0.47
Hex BE 32 70 0 4A 29 19 14D 3A 2F
Octal 276 62 160 0 112 51 31 515 72 57
Binary 10111110 110010 1110000 0 1001010 101001 11001 101001101 111010 101111

Color Harmonies of #BE3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3270

Black with #BE3270

Text Example


Text Example

White with #BE3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3270; }

 p { color: rgb(190,50,112); }

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

background-color css

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

 a { background-color: rgb(190,50,112); }

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

border-color css

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

 span { border-color: rgb(190,50,112); }

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