Html Css Color HEX #BE26AB Medium Red Violet

📋 copy color: '#BE26AB'

red 190 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #BE26AB

Tints of Medium Red Violet #BE26AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 47.62%
G = 9.52%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE26AB (or 0xBE26AB) is known color: Medium Red Violet. HEX triplet: BE, 26 and AB. RGB value is (190,38,171). Sum of RGB (Red+Green+Blue) = 190+38+171=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26AB is #41D954. Grayscale: #626262. Windows color (decimal): -4315477 or 11216574. OLE color: 11216574.

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

Color convert

RGB 190 38 171 -
CMYK 0 0.8 0.10 0.25
HSL 307.5º 0.67% 0.45% -
HSV(B) 307.5º 0.8% 0.75% -
XYZ 29.28 15.27 39.93 -
YUV 98.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 190 38 171 0 0.8 0.10 0.25 307.5 0.67 0.45
Hex BE 26 AB 0 50 A 19 134 43 2D
Octal 276 46 253 0 120 12 31 464 103 55
Binary 10111110 100110 10101011 0 1010000 1010 11001 100110100 1000011 101101

Color Harmonies of #BE26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26AB

Black with #BE26AB

Text Example


Text Example

White with #BE26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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