Html Css Color HEX #BC3AB1 Fuchsia

📋 copy color: '#BC3AB1'

red 188 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #BC3AB1

Tints of Fuchsia #BC3AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

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

R = 44.44%
G = 13.71%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC3AB1 (or 0xBC3AB1) is known color: Fuchsia. HEX triplet: BC, 3A and B1. RGB value is (188,58,177). Sum of RGB (Red+Green+Blue) = 188+58+177=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AB1 is #43C54E. Grayscale: #6E6E6E. Windows color (decimal): -4441423 or 11614908. OLE color: 11614908.

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

Color convert

RGB 188 58 177 -
CMYK 0 0.69 0.06 0.26
HSL 305.08º 0.53% 0.48% -
HSV(B) 305.08º 0.69% 0.74% -
XYZ 30.19 16.89 43.26 -
YUV 110.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 188 58 177 0 0.69 0.06 0.26 305.08 0.53 0.48
Hex BC 3A B1 0 45 6 1A 131 35 30
Octal 274 72 261 0 105 6 32 461 65 60
Binary 10111100 111010 10110001 0 1000101 110 11010 100110001 110101 110000

Color Harmonies of #BC3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AB1

Black with #BC3AB1

Text Example


Text Example

White with #BC3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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