Html Css Color HEX #BC37AC Fuchsia

📋 copy color: '#BC37AC'

red 188 ◦ green 55 ◦ blue 172

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

Shades of Fuchsia #BC37AC

Tints of Fuchsia #BC37AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.25%

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

R = 45.3%
G = 13.25%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC37AC (or 0xBC37AC) is known color: Fuchsia. HEX triplet: BC, 37 and AC. RGB value is (188,55,172). Sum of RGB (Red+Green+Blue) = 188+55+172=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37AC is #43C853. Grayscale: #6B6B6B. Windows color (decimal): -4442196 or 11286460. OLE color: 11286460.

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

Color convert

RGB 188 55 172 -
CMYK 0 0.71 0.09 0.26
HSL 307.22º 0.55% 0.48% -
HSV(B) 307.22º 0.71% 0.74% -
XYZ 29.55 16.4 40.64 -
YUV 108.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 188 55 172 0 0.71 0.09 0.26 307.22 0.55 0.48
Hex BC 37 AC 0 47 9 1A 133 37 30
Octal 274 67 254 0 107 11 32 463 67 60
Binary 10111100 110111 10101100 0 1000111 1001 11010 100110011 110111 110000

Color Harmonies of #BC37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37AC

Black with #BC37AC

Text Example


Text Example

White with #BC37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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