Html Css Color HEX #BC48B1 Fuchsia

📋 copy color: '#BC48B1'

red 188 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #BC48B1

Tints of Fuchsia #BC48B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 43.02%
G = 16.48%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC48B1 (or 0xBC48B1) is known color: Fuchsia. HEX triplet: BC, 48 and B1. RGB value is (188,72,177). Sum of RGB (Red+Green+Blue) = 188+72+177=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48B1 is #43B74E. Grayscale: #767676. Windows color (decimal): -4437839 or 11618492. OLE color: 11618492.

HSL color Cylindrical-coordinate representation of color #BC48B1: hue angle of 305.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48B1 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 177 -
CMYK 0 0.62 0.06 0.26
HSL 305.69º 0.46% 0.51% -
HSV(B) 305.69º 0.62% 0.74% -
XYZ 30.99 18.5 43.53 -
YUV 118.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 188 72 177 0 0.62 0.06 0.26 305.69 0.46 0.51
Hex BC 48 B1 0 3E 6 1A 132 2E 33
Octal 274 110 261 0 76 6 32 462 56 63
Binary 10111100 1001000 10110001 0 111110 110 11010 100110010 101110 110011

Color Harmonies of #BC48B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48B1

Black with #BC48B1

Text Example


Text Example

White with #BC48B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48B1; }

 p { color: rgb(188,72,177); }

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

background-color css

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

 a { background-color: rgb(188,72,177); }

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

border-color css

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

 span { border-color: rgb(188,72,177); }

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