Html Css Color HEX #BC6AAE Fuchsia

📋 copy color: '#BC6AAE'

red 188 ◦ green 106 ◦ blue 174

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

Shades of Fuchsia #BC6AAE

Tints of Fuchsia #BC6AAE

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

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

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 40.17%
G = 22.65%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC6AAE (or 0xBC6AAE) is known color: Fuchsia. HEX triplet: BC, 6A and AE. RGB value is (188,106,174). Sum of RGB (Red+Green+Blue) = 188+106+174=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AAE is #439551. Grayscale: #8A8A8A. Windows color (decimal): -4429138 or 11430588. OLE color: 11430588.

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

Color convert

RGB 188 106 174 -
CMYK 0 0.44 0.07 0.26
HSL 310.24º 0.38% 0.58% -
HSV(B) 310.24º 0.44% 0.74% -
XYZ 33.53 24.06 42.92 -
YUV 138.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 188 106 174 0 0.44 0.07 0.26 310.24 0.38 0.58
Hex BC 6A AE 0 2C 7 1A 136 26 3A
Octal 274 152 256 0 54 7 32 466 46 72
Binary 10111100 1101010 10101110 0 101100 111 11010 100110110 100110 111010

Color Harmonies of #BC6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AAE

Black with #BC6AAE

Text Example


Text Example

White with #BC6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AAE; }

 p { color: rgb(188,106,174); }

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

background-color css

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

 a { background-color: rgb(188,106,174); }

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

border-color css

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

 span { border-color: rgb(188,106,174); }

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