Html Css Color HEX #BE26AF Fuchsia

📋 copy color: '#BE26AF'

red 190 ◦ green 38 ◦ blue 175

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

Shades of Fuchsia #BE26AF

Tints of Fuchsia #BE26AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 47.15%
G = 9.43%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE26AF (or 0xBE26AF) is known color: Fuchsia. HEX triplet: BE, 26 and AF. RGB value is (190,38,175). Sum of RGB (Red+Green+Blue) = 190+38+175=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26AF is #41D950. Grayscale: #626262. Windows color (decimal): -4315473 or 11478718. OLE color: 11478718.

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

Color convert

RGB 190 38 175 -
CMYK 0 0.8 0.08 0.25
HSL 305.92º 0.67% 0.45% -
HSV(B) 305.92º 0.8% 0.75% -
XYZ 29.67 15.43 41.97 -
YUV 99.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 190 38 175 0 0.8 0.08 0.25 305.92 0.67 0.45
Hex BE 26 AF 0 50 8 19 132 43 2D
Octal 276 46 257 0 120 10 31 462 103 55
Binary 10111110 100110 10101111 0 1010000 1000 11001 100110010 1000011 101101

Color Harmonies of #BE26AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26AF

Black with #BE26AF

Text Example


Text Example

White with #BE26AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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