Html Css Color HEX #BE6AAB Fuchsia

📋 copy color: '#BE6AAB'

red 190 ◦ green 106 ◦ blue 171

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

Shades of Fuchsia #BE6AAB

Tints of Fuchsia #BE6AAB

RGB

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

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

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

R = 40.69%
G = 22.7%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE6AAB (or 0xBE6AAB) is known color: Fuchsia. HEX triplet: BE, 6A and AB. RGB value is (190,106,171). Sum of RGB (Red+Green+Blue) = 190+106+171=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AAB is #419554. Grayscale: #8A8A8A. Windows color (decimal): -4298069 or 11233982. OLE color: 11233982.

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

Color convert

RGB 190 106 171 -
CMYK 0 0.44 0.10 0.25
HSL 313.57º 0.39% 0.58% -
HSV(B) 313.57º 0.44% 0.75% -
XYZ 33.74 24.2 41.42 -
YUV 138.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 190 106 171 0 0.44 0.10 0.25 313.57 0.39 0.58
Hex BE 6A AB 0 2C A 19 13A 27 3A
Octal 276 152 253 0 54 12 31 472 47 72
Binary 10111110 1101010 10101011 0 101100 1010 11001 100111010 100111 111010

Color Harmonies of #BE6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AAB

Black with #BE6AAB

Text Example


Text Example

White with #BE6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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