Html Css Color HEX #BC3AAC Fuchsia

📋 copy color: '#BC3AAC'

red 188 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #BC3AAC

Tints of Fuchsia #BC3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

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

R = 44.98%
G = 13.88%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC3AAC (or 0xBC3AAC) is known color: Fuchsia. HEX triplet: BC, 3A and AC. RGB value is (188,58,172). Sum of RGB (Red+Green+Blue) = 188+58+172=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AAC is #43C553. Grayscale: #6D6D6D. Windows color (decimal): -4441428 or 11287228. OLE color: 11287228.

HSL color Cylindrical-coordinate representation of color #BC3AAC: hue angle of 307.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3AAC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 172 -
CMYK 0 0.69 0.09 0.26
HSL 307.38º 0.53% 0.48% -
HSV(B) 307.38º 0.69% 0.74% -
XYZ 29.7 16.7 40.69 -
YUV 109.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 188 58 172 0 0.69 0.09 0.26 307.38 0.53 0.48
Hex BC 3A AC 0 45 9 1A 133 35 30
Octal 274 72 254 0 105 11 32 463 65 60
Binary 10111100 111010 10101100 0 1000101 1001 11010 100110011 110101 110000

Color Harmonies of #BC3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AAC

Black with #BC3AAC

Text Example


Text Example

White with #BC3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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