Html Css Color HEX #BE266E Medium Red Violet

📋 copy color: '#BE266E'

red 190 ◦ green 38 ◦ blue 110

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

Shades of Medium Red Violet #BE266E

Tints of Medium Red Violet #BE266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 56.21%
G = 11.24%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE266E (or 0xBE266E) is known color: Medium Red Violet. HEX triplet: BE, 26 and 6E. RGB value is (190,38,110). Sum of RGB (Red+Green+Blue) = 190+38+110=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE266E is #41D991. Grayscale: #5B5B5B. Windows color (decimal): -4315538 or 7218878. OLE color: 7218878.

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

Color convert

RGB 190 38 110 -
CMYK 0 0.8 0.42 0.25
HSL 331.58º 0.67% 0.45% -
HSV(B) 331.58º 0.8% 0.75% -
XYZ 24.74 13.46 16.05 -
YUV 91.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 190 38 110 0 0.8 0.42 0.25 331.58 0.67 0.45
Hex BE 26 6E 0 50 2A 19 14C 43 2D
Octal 276 46 156 0 120 52 31 514 103 55
Binary 10111110 100110 1101110 0 1010000 101010 11001 101001100 1000011 101101

Color Harmonies of #BE266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE266E

Black with #BE266E

Text Example


Text Example

White with #BE266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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