Html Css Color HEX #BE266C Medium Red Violet

📋 copy color: '#BE266C'

red 190 ◦ green 38 ◦ blue 108

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

Shades of Medium Red Violet #BE266C

Tints of Medium Red Violet #BE266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 56.55%
G = 11.31%
B = 32.14%

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

#BE266C (or 0xBE266C) is known color: Medium Red Violet. HEX triplet: BE, 26 and 6C. RGB value is (190,38,108). Sum of RGB (Red+Green+Blue) = 190+38+108=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE266C is #41D993. Grayscale: #5B5B5B. Windows color (decimal): -4315540 or 7087806. OLE color: 7087806.

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

Color convert

RGB 190 38 108 -
CMYK 0 0.8 0.43 0.25
HSL 332.37º 0.67% 0.45% -
HSV(B) 332.37º 0.8% 0.75% -
XYZ 24.64 13.42 15.48 -
YUV 91.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 190 38 108 0 0.8 0.43 0.25 332.37 0.67 0.45
Hex BE 26 6C 0 50 2B 19 14C 43 2D
Octal 276 46 154 0 120 53 31 514 103 55
Binary 10111110 100110 1101100 0 1010000 101011 11001 101001100 1000011 101101

Color Harmonies of #BE266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE266C

Black with #BE266C

Text Example


Text Example

White with #BE266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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