Html Css Color HEX #BE267F Medium Red Violet

📋 copy color: '#BE267F'

red 190 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #BE267F

Tints of Medium Red Violet #BE267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 53.52%
G = 10.7%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE267F (or 0xBE267F) is known color: Medium Red Violet. HEX triplet: BE, 26 and 7F. RGB value is (190,38,127). Sum of RGB (Red+Green+Blue) = 190+38+127=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE267F is #41D980. Grayscale: #5D5D5D. Windows color (decimal): -4315521 or 8332990. OLE color: 8332990.

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

Color convert

RGB 190 38 127 -
CMYK 0 0.8 0.33 0.25
HSL 324.87º 0.67% 0.45% -
HSV(B) 324.87º 0.8% 0.75% -
XYZ 25.76 13.87 21.4 -
YUV 93.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 190 38 127 0 0.8 0.33 0.25 324.87 0.67 0.45
Hex BE 26 7F 0 50 21 19 145 43 2D
Octal 276 46 177 0 120 41 31 505 103 55
Binary 10111110 100110 1111111 0 1010000 100001 11001 101000101 1000011 101101

Color Harmonies of #BE267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE267F

Black with #BE267F

Text Example


Text Example

White with #BE267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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