Html Css Color HEX #BE276D Medium Red Violet

📋 copy color: '#BE276D'

red 190 ◦ green 39 ◦ blue 109

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

Shades of Medium Red Violet #BE276D

Tints of Medium Red Violet #BE276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 56.21%
G = 11.54%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE276D (or 0xBE276D) is known color: Medium Red Violet. HEX triplet: BE, 27 and 6D. RGB value is (190,39,109). Sum of RGB (Red+Green+Blue) = 190+39+109=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE276D is #41D892. Grayscale: #5B5B5B. Windows color (decimal): -4315283 or 7153598. OLE color: 7153598.

HSL color Cylindrical-coordinate representation of color #BE276D: hue angle of 332.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE276D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 109 -
CMYK 0 0.79 0.43 0.25
HSL 332.19º 0.66% 0.45% -
HSV(B) 332.19º 0.79% 0.75% -
XYZ 24.72 13.5 15.77 -
YUV 92.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 190 39 109 0 0.79 0.43 0.25 332.19 0.66 0.45
Hex BE 27 6D 0 4F 2B 19 14C 42 2D
Octal 276 47 155 0 117 53 31 514 102 55
Binary 10111110 100111 1101101 0 1001111 101011 11001 101001100 1000010 101101

Color Harmonies of #BE276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE276D

Black with #BE276D

Text Example


Text Example

White with #BE276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE276D; }

 p { color: rgb(190,39,109); }

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

background-color css

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

 a { background-color: rgb(190,39,109); }

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

border-color css

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

 span { border-color: rgb(190,39,109); }

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