Html Css Color HEX #BC37AA Fuchsia

📋 copy color: '#BC37AA'

red 188 ◦ green 55 ◦ blue 170

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

Shades of Fuchsia #BC37AA

Tints of Fuchsia #BC37AA

RGB

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

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

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

R = 45.52%
G = 13.32%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC37AA (or 0xBC37AA) is known color: Fuchsia. HEX triplet: BC, 37 and AA. RGB value is (188,55,170). Sum of RGB (Red+Green+Blue) = 188+55+170=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37AA is #43C855. Grayscale: #6B6B6B. Windows color (decimal): -4442198 or 11155388. OLE color: 11155388.

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

Color convert

RGB 188 55 170 -
CMYK 0 0.71 0.10 0.26
HSL 308.12º 0.55% 0.48% -
HSV(B) 308.12º 0.71% 0.74% -
XYZ 29.36 16.33 39.63 -
YUV 107.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 188 55 170 0 0.71 0.10 0.26 308.12 0.55 0.48
Hex BC 37 AA 0 47 A 1A 134 37 30
Octal 274 67 252 0 107 12 32 464 67 60
Binary 10111100 110111 10101010 0 1000111 1010 11010 100110100 110111 110000

Color Harmonies of #BC37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37AA

Black with #BC37AA

Text Example


Text Example

White with #BC37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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