Html Css Color HEX #BC4AAA Fuchsia

📋 copy color: '#BC4AAA'

red 188 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #BC4AAA

Tints of Fuchsia #BC4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

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

R = 43.52%
G = 17.13%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC4AAA (or 0xBC4AAA) is known color: Fuchsia. HEX triplet: BC, 4A and AA. RGB value is (188,74,170). Sum of RGB (Red+Green+Blue) = 188+74+170=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AAA is #43B555. Grayscale: #767676. Windows color (decimal): -4437334 or 11160252. OLE color: 11160252.

HSL color Cylindrical-coordinate representation of color #BC4AAA: hue angle of 309.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4AAA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 170 -
CMYK 0 0.61 0.10 0.26
HSL 309.47º 0.46% 0.51% -
HSV(B) 309.47º 0.61% 0.74% -
XYZ 30.44 18.49 39.99 -
YUV 119.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 188 74 170 0 0.61 0.10 0.26 309.47 0.46 0.51
Hex BC 4A AA 0 3D A 1A 135 2E 33
Octal 274 112 252 0 75 12 32 465 56 63
Binary 10111100 1001010 10101010 0 111101 1010 11010 100110101 101110 110011

Color Harmonies of #BC4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AAA

Black with #BC4AAA

Text Example


Text Example

White with #BC4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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