Html Css Color HEX #BE26A9 Medium Red Violet

📋 copy color: '#BE26A9'

red 190 ◦ green 38 ◦ blue 169

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

Shades of Medium Red Violet #BE26A9

Tints of Medium Red Violet #BE26A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.57%

R = 47.86%
G = 9.57%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE26A9 (or 0xBE26A9) is known color: Medium Red Violet. HEX triplet: BE, 26 and A9. RGB value is (190,38,169). Sum of RGB (Red+Green+Blue) = 190+38+169=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26A9 is #41D956. Grayscale: #626262. Windows color (decimal): -4315479 or 11085502. OLE color: 11085502.

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

Color convert

RGB 190 38 169 -
CMYK 0 0.8 0.11 0.25
HSL 308.29º 0.67% 0.45% -
HSV(B) 308.29º 0.8% 0.75% -
XYZ 29.09 15.2 38.94 -
YUV 98.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 190 38 169 0 0.8 0.11 0.25 308.29 0.67 0.45
Hex BE 26 A9 0 50 B 19 134 43 2D
Octal 276 46 251 0 120 13 31 464 103 55
Binary 10111110 100110 10101001 0 1010000 1011 11001 100110100 1000011 101101

Color Harmonies of #BE26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26A9

Black with #BE26A9

Text Example


Text Example

White with #BE26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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