Html Css Color HEX #BE277F Medium Red Violet

📋 copy color: '#BE277F'

red 190 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #BE277F

Tints of Medium Red Violet #BE277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 53.37%
G = 10.96%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE277F (or 0xBE277F) is known color: Medium Red Violet. HEX triplet: BE, 27 and 7F. RGB value is (190,39,127). Sum of RGB (Red+Green+Blue) = 190+39+127=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE277F is #41D880. Grayscale: #5D5D5D. Windows color (decimal): -4315265 or 8333246. OLE color: 8333246.

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

Color convert

RGB 190 39 127 -
CMYK 0 0.79 0.33 0.25
HSL 325.03º 0.66% 0.45% -
HSV(B) 325.03º 0.79% 0.75% -
XYZ 25.79 13.93 21.41 -
YUV 94.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 190 39 127 0 0.79 0.33 0.25 325.03 0.66 0.45
Hex BE 27 7F 0 4F 21 19 145 42 2D
Octal 276 47 177 0 117 41 31 505 102 55
Binary 10111110 100111 1111111 0 1001111 100001 11001 101000101 1000010 101101

Color Harmonies of #BE277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE277F

Black with #BE277F

Text Example


Text Example

White with #BE277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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