Html Css Color HEX #BC49AB Fuchsia

📋 copy color: '#BC49AB'

red 188 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #BC49AB

Tints of Fuchsia #BC49AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.9%

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 43.52%
G = 16.9%
B = 39.58%

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

#BC49AB (or 0xBC49AB) is known color: Fuchsia. HEX triplet: BC, 49 and AB. RGB value is (188,73,171). Sum of RGB (Red+Green+Blue) = 188+73+171=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49AB is #43B654. Grayscale: #767676. Windows color (decimal): -4437589 or 11225532. OLE color: 11225532.

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

Color convert

RGB 188 73 171 -
CMYK 0 0.61 0.09 0.26
HSL 308.87º 0.46% 0.51% -
HSV(B) 308.87º 0.61% 0.74% -
XYZ 30.47 18.4 40.47 -
YUV 118.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 188 73 171 0 0.61 0.09 0.26 308.87 0.46 0.51
Hex BC 49 AB 0 3D 9 1A 135 2E 33
Octal 274 111 253 0 75 11 32 465 56 63
Binary 10111100 1001001 10101011 0 111101 1001 11010 100110101 101110 110011

Color Harmonies of #BC49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49AB

Black with #BC49AB

Text Example


Text Example

White with #BC49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49AB; }

 p { color: rgb(188,73,171); }

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

background-color css

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

 a { background-color: rgb(188,73,171); }

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

border-color css

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

 span { border-color: rgb(188,73,171); }

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