Html Css Color HEX #BE26AA Medium Red Violet

📋 copy color: '#BE26AA'

red 190 ◦ green 38 ◦ blue 170

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

Shades of Medium Red Violet #BE26AA

Tints of Medium Red Violet #BE26AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 47.74%
G = 9.55%
B = 42.71%

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

#BE26AA (or 0xBE26AA) is known color: Medium Red Violet. HEX triplet: BE, 26 and AA. RGB value is (190,38,170). Sum of RGB (Red+Green+Blue) = 190+38+170=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26AA is #41D955. Grayscale: #626262. Windows color (decimal): -4315478 or 11151038. OLE color: 11151038.

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

Color convert

RGB 190 38 170 -
CMYK 0 0.8 0.11 0.25
HSL 307.89º 0.67% 0.45% -
HSV(B) 307.89º 0.8% 0.75% -
XYZ 29.18 15.24 39.43 -
YUV 98.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 190 38 170 0 0.8 0.11 0.25 307.89 0.67 0.45
Hex BE 26 AA 0 50 B 19 134 43 2D
Octal 276 46 252 0 120 13 31 464 103 55
Binary 10111110 100110 10101010 0 1010000 1011 11001 100110100 1000011 101101

Color Harmonies of #BE26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26AA

Black with #BE26AA

Text Example


Text Example

White with #BE26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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