Html Css Color HEX #BC49A8 Fuchsia

📋 copy color: '#BC49A8'

red 188 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #BC49A8

Tints of Fuchsia #BC49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 43.82%
G = 17.02%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC49A8 (or 0xBC49A8) is known color: Fuchsia. HEX triplet: BC, 49 and A8. RGB value is (188,73,168). Sum of RGB (Red+Green+Blue) = 188+73+168=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49A8 is #43B657. Grayscale: #757575. Windows color (decimal): -4437592 or 11028924. OLE color: 11028924.

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

Color convert

RGB 188 73 168 -
CMYK 0 0.61 0.11 0.26
HSL 310.43º 0.46% 0.51% -
HSV(B) 310.43º 0.61% 0.74% -
XYZ 30.19 18.28 38.98 -
YUV 118.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 188 73 168 0 0.61 0.11 0.26 310.43 0.46 0.51
Hex BC 49 A8 0 3D B 1A 136 2E 33
Octal 274 111 250 0 75 13 32 466 56 63
Binary 10111100 1001001 10101000 0 111101 1011 11010 100110110 101110 110011

Color Harmonies of #BC49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49A8

Black with #BC49A8

Text Example


Text Example

White with #BC49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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