Html Css Color HEX #BE266D Medium Red Violet

📋 copy color: '#BE266D'

red 190 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #BE266D

Tints of Medium Red Violet #BE266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 56.38%
G = 11.28%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE266D (or 0xBE266D) is known color: Medium Red Violet. HEX triplet: BE, 26 and 6D. RGB value is (190,38,109). Sum of RGB (Red+Green+Blue) = 190+38+109=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE266D is #41D992. Grayscale: #5B5B5B. Windows color (decimal): -4315539 or 7153342. OLE color: 7153342.

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

Color convert

RGB 190 38 109 -
CMYK 0 0.8 0.43 0.25
HSL 331.97º 0.67% 0.45% -
HSV(B) 331.97º 0.8% 0.75% -
XYZ 24.69 13.44 15.76 -
YUV 91.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 190 38 109 0 0.8 0.43 0.25 331.97 0.67 0.45
Hex BE 26 6D 0 50 2B 19 14C 43 2D
Octal 276 46 155 0 120 53 31 514 103 55
Binary 10111110 100110 1101101 0 1010000 101011 11001 101001100 1000011 101101

Color Harmonies of #BE266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE266D

Black with #BE266D

Text Example


Text Example

White with #BE266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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