Html Css Color HEX #BC49AF Fuchsia

📋 copy color: '#BC49AF'

red 188 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #BC49AF

Tints of Fuchsia #BC49AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 43.12%
G = 16.74%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC49AF (or 0xBC49AF) is known color: Fuchsia. HEX triplet: BC, 49 and AF. RGB value is (188,73,175). Sum of RGB (Red+Green+Blue) = 188+73+175=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49AF is #43B650. Grayscale: #767676. Windows color (decimal): -4437585 or 11487676. OLE color: 11487676.

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

Color convert

RGB 188 73 175 -
CMYK 0 0.61 0.07 0.26
HSL 306.78º 0.46% 0.51% -
HSV(B) 306.78º 0.61% 0.74% -
XYZ 30.86 18.55 42.51 -
YUV 119.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 188 73 175 0 0.61 0.07 0.26 306.78 0.46 0.51
Hex BC 49 AF 0 3D 7 1A 133 2E 33
Octal 274 111 257 0 75 7 32 463 56 63
Binary 10111100 1001001 10101111 0 111101 111 11010 100110011 101110 110011

Color Harmonies of #BC49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49AF

Black with #BC49AF

Text Example


Text Example

White with #BC49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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