Html Css Color HEX #BC6AAA Fuchsia

📋 copy color: '#BC6AAA'

red 188 ◦ green 106 ◦ blue 170

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

Shades of Fuchsia #BC6AAA

Tints of Fuchsia #BC6AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 40.52%
G = 22.84%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC6AAA (or 0xBC6AAA) is known color: Fuchsia. HEX triplet: BC, 6A and AA. RGB value is (188,106,170). Sum of RGB (Red+Green+Blue) = 188+106+170=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AAA is #439555. Grayscale: #898989. Windows color (decimal): -4429142 or 11168444. OLE color: 11168444.

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

Color convert

RGB 188 106 170 -
CMYK 0 0.44 0.10 0.26
HSL 313.17º 0.38% 0.58% -
HSV(B) 313.17º 0.44% 0.74% -
XYZ 33.15 23.9 40.9 -
YUV 137.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 188 106 170 0 0.44 0.10 0.26 313.17 0.38 0.58
Hex BC 6A AA 0 2C A 1A 139 26 3A
Octal 274 152 252 0 54 12 32 471 46 72
Binary 10111100 1101010 10101010 0 101100 1010 11010 100111001 100110 111010

Color Harmonies of #BC6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AAA

Black with #BC6AAA

Text Example


Text Example

White with #BC6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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