Html Css Color HEX #BC40AA Fuchsia

📋 copy color: '#BC40AA'

red 188 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #BC40AA

Tints of Fuchsia #BC40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

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

R = 44.55%
G = 15.17%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC40AA (or 0xBC40AA) is known color: Fuchsia. HEX triplet: BC, 40 and AA. RGB value is (188,64,170). Sum of RGB (Red+Green+Blue) = 188+64+170=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40AA is #43BF55. Grayscale: #707070. Windows color (decimal): -4439894 or 11157692. OLE color: 11157692.

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

Color convert

RGB 188 64 170 -
CMYK 0 0.66 0.10 0.26
HSL 308.71º 0.49% 0.49% -
HSV(B) 308.71º 0.66% 0.74% -
XYZ 29.83 17.26 39.79 -
YUV 113.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 188 64 170 0 0.66 0.10 0.26 308.71 0.49 0.49
Hex BC 40 AA 0 42 A 1A 135 31 31
Octal 274 100 252 0 102 12 32 465 61 61
Binary 10111100 1000000 10101010 0 1000010 1010 11010 100110101 110001 110001

Color Harmonies of #BC40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40AA

Black with #BC40AA

Text Example


Text Example

White with #BC40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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