Html Css Color HEX #BE276C Medium Red Violet

📋 copy color: '#BE276C'

red 190 ◦ green 39 ◦ blue 108

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

Shades of Medium Red Violet #BE276C

Tints of Medium Red Violet #BE276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 56.38%
G = 11.57%
B = 32.05%

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

#BE276C (or 0xBE276C) is known color: Medium Red Violet. HEX triplet: BE, 27 and 6C. RGB value is (190,39,108). Sum of RGB (Red+Green+Blue) = 190+39+108=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE276C is #41D893. Grayscale: #5B5B5B. Windows color (decimal): -4315284 or 7088062. OLE color: 7088062.

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

Color convert

RGB 190 39 108 -
CMYK 0 0.79 0.43 0.25
HSL 332.58º 0.66% 0.45% -
HSV(B) 332.58º 0.79% 0.75% -
XYZ 24.67 13.48 15.49 -
YUV 92.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 190 39 108 0 0.79 0.43 0.25 332.58 0.66 0.45
Hex BE 27 6C 0 4F 2B 19 14D 42 2D
Octal 276 47 154 0 117 53 31 515 102 55
Binary 10111110 100111 1101100 0 1001111 101011 11001 101001101 1000010 101101

Color Harmonies of #BE276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE276C

Black with #BE276C

Text Example


Text Example

White with #BE276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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