Html Css Color HEX #BC4AAC Fuchsia

📋 copy color: '#BC4AAC'

red 188 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #BC4AAC

Tints of Fuchsia #BC4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 43.32%
G = 17.05%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4AAC (or 0xBC4AAC) is known color: Fuchsia. HEX triplet: BC, 4A and AC. RGB value is (188,74,172). Sum of RGB (Red+Green+Blue) = 188+74+172=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AAC is #43B553. Grayscale: #767676. Windows color (decimal): -4437332 or 11291324. OLE color: 11291324.

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

Color convert

RGB 188 74 172 -
CMYK 0 0.61 0.09 0.26
HSL 308.42º 0.46% 0.51% -
HSV(B) 308.42º 0.61% 0.74% -
XYZ 30.63 18.57 41 -
YUV 119.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 188 74 172 0 0.61 0.09 0.26 308.42 0.46 0.51
Hex BC 4A AC 0 3D 9 1A 134 2E 33
Octal 274 112 254 0 75 11 32 464 56 63
Binary 10111100 1001010 10101100 0 111101 1001 11010 100110100 101110 110011

Color Harmonies of #BC4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AAC

Black with #BC4AAC

Text Example


Text Example

White with #BC4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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