Html Css Color HEX #BE6AB2 Fuchsia

📋 copy color: '#BE6AB2'

red 190 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #BE6AB2

Tints of Fuchsia #BE6AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 40.08%
G = 22.36%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE6AB2 (or 0xBE6AB2) is known color: Fuchsia. HEX triplet: BE, 6A and B2. RGB value is (190,106,178). Sum of RGB (Red+Green+Blue) = 190+106+178=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AB2 is #41954D. Grayscale: #8B8B8B. Windows color (decimal): -4298062 or 11692734. OLE color: 11692734.

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

Color convert

RGB 190 106 178 -
CMYK 0 0.44 0.06 0.25
HSL 308.57º 0.39% 0.58% -
HSV(B) 308.57º 0.44% 0.75% -
XYZ 34.43 24.47 45.03 -
YUV 139.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 190 106 178 0 0.44 0.06 0.25 308.57 0.39 0.58
Hex BE 6A B2 0 2C 6 19 135 27 3A
Octal 276 152 262 0 54 6 31 465 47 72
Binary 10111110 1101010 10110010 0 101100 110 11001 100110101 100111 111010

Color Harmonies of #BE6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AB2

Black with #BE6AB2

Text Example


Text Example

White with #BE6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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