Html Css Color HEX #BC4AB1 Fuchsia

📋 copy color: '#BC4AB1'

red 188 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #BC4AB1

Tints of Fuchsia #BC4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

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

R = 42.82%
G = 16.86%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB1 (or 0xBC4AB1) is known color: Fuchsia. HEX triplet: BC, 4A and B1. RGB value is (188,74,177). Sum of RGB (Red+Green+Blue) = 188+74+177=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AB1 is #43B54E. Grayscale: #777777. Windows color (decimal): -4437327 or 11619004. OLE color: 11619004.

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

Color convert

RGB 188 74 177 -
CMYK 0 0.61 0.06 0.26
HSL 305.79º 0.46% 0.51% -
HSV(B) 305.79º 0.61% 0.74% -
XYZ 31.12 18.76 43.58 -
YUV 119.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 188 74 177 0 0.61 0.06 0.26 305.79 0.46 0.51
Hex BC 4A B1 0 3D 6 1A 132 2E 33
Octal 274 112 261 0 75 6 32 462 56 63
Binary 10111100 1001010 10110001 0 111101 110 11010 100110010 101110 110011

Color Harmonies of #BC4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB1

Black with #BC4AB1

Text Example


Text Example

White with #BC4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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