Html Css Color HEX #BE277D Medium Red Violet

📋 copy color: '#BE277D'

red 190 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #BE277D

Tints of Medium Red Violet #BE277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 53.67%
G = 11.02%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE277D (or 0xBE277D) is known color: Medium Red Violet. HEX triplet: BE, 27 and 7D. RGB value is (190,39,125). Sum of RGB (Red+Green+Blue) = 190+39+125=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE277D is #41D882. Grayscale: #5D5D5D. Windows color (decimal): -4315267 or 8202174. OLE color: 8202174.

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

Color convert

RGB 190 39 125 -
CMYK 0 0.79 0.34 0.25
HSL 325.83º 0.66% 0.45% -
HSV(B) 325.83º 0.79% 0.75% -
XYZ 25.66 13.88 20.73 -
YUV 93.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 190 39 125 0 0.79 0.34 0.25 325.83 0.66 0.45
Hex BE 27 7D 0 4F 22 19 146 42 2D
Octal 276 47 175 0 117 42 31 506 102 55
Binary 10111110 100111 1111101 0 1001111 100010 11001 101000110 1000010 101101

Color Harmonies of #BE277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE277D

Black with #BE277D

Text Example


Text Example

White with #BE277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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