Html Css Color HEX #BE6AB1 Fuchsia

📋 copy color: '#BE6AB1'

red 190 ◦ green 106 ◦ blue 177

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

Shades of Fuchsia #BE6AB1

Tints of Fuchsia #BE6AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 40.17%
G = 22.41%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE6AB1 (or 0xBE6AB1) is known color: Fuchsia. HEX triplet: BE, 6A and B1. RGB value is (190,106,177). Sum of RGB (Red+Green+Blue) = 190+106+177=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AB1 is #41954E. Grayscale: #8B8B8B. Windows color (decimal): -4298063 or 11627198. OLE color: 11627198.

HSL color Cylindrical-coordinate representation of color #BE6AB1: hue angle of 309.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6AB1 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 177 -
CMYK 0 0.44 0.07 0.25
HSL 309.29º 0.39% 0.58% -
HSV(B) 309.29º 0.44% 0.75% -
XYZ 34.33 24.43 44.5 -
YUV 139.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 190 106 177 0 0.44 0.07 0.25 309.29 0.39 0.58
Hex BE 6A B1 0 2C 7 19 135 27 3A
Octal 276 152 261 0 54 7 31 465 47 72
Binary 10111110 1101010 10110001 0 101100 111 11001 100110101 100111 111010

Color Harmonies of #BE6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AB1

Black with #BE6AB1

Text Example


Text Example

White with #BE6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AB1; }

 p { color: rgb(190,106,177); }

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

background-color css

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

 a { background-color: rgb(190,106,177); }

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

border-color css

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

 span { border-color: rgb(190,106,177); }

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