Html Css Color HEX #BE6AAF Fuchsia

📋 copy color: '#BE6AAF'

red 190 ◦ green 106 ◦ blue 175

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

Shades of Fuchsia #BE6AAF

Tints of Fuchsia #BE6AAF

RGB

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

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

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

R = 40.34%
G = 22.51%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE6AAF (or 0xBE6AAF) is known color: Fuchsia. HEX triplet: BE, 6A and AF. RGB value is (190,106,175). Sum of RGB (Red+Green+Blue) = 190+106+175=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AAF is #419550. Grayscale: #8A8A8A. Windows color (decimal): -4298065 or 11496126. OLE color: 11496126.

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

Color convert

RGB 190 106 175 -
CMYK 0 0.44 0.08 0.25
HSL 310.71º 0.39% 0.58% -
HSV(B) 310.71º 0.44% 0.75% -
XYZ 34.13 24.35 43.46 -
YUV 138.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 190 106 175 0 0.44 0.08 0.25 310.71 0.39 0.58
Hex BE 6A AF 0 2C 8 19 137 27 3A
Octal 276 152 257 0 54 10 31 467 47 72
Binary 10111110 1101010 10101111 0 101100 1000 11001 100110111 100111 111010

Color Harmonies of #BE6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AAF

Black with #BE6AAF

Text Example


Text Example

White with #BE6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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