Html Css Color HEX #BC3BA9 Fuchsia

📋 copy color: '#BC3BA9'

red 188 ◦ green 59 ◦ blue 169

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

Shades of Fuchsia #BC3BA9

Tints of Fuchsia #BC3BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 45.19%
G = 14.18%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC3BA9 (or 0xBC3BA9) is known color: Fuchsia. HEX triplet: BC, 3B and A9. RGB value is (188,59,169). Sum of RGB (Red+Green+Blue) = 188+59+169=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BA9 is #43C456. Grayscale: #6D6D6D. Windows color (decimal): -4441175 or 11090876. OLE color: 11090876.

HSL color Cylindrical-coordinate representation of color #BC3BA9: hue angle of 308.84º degrees, saturation: 0.52, 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 #BC3BA9 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 169 -
CMYK 0 0.69 0.10 0.26
HSL 308.84º 0.52% 0.48% -
HSV(B) 308.84º 0.69% 0.74% -
XYZ 29.46 16.68 39.2 -
YUV 110.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 188 59 169 0 0.69 0.10 0.26 308.84 0.52 0.48
Hex BC 3B A9 0 45 A 1A 135 34 30
Octal 274 73 251 0 105 12 32 465 64 60
Binary 10111100 111011 10101001 0 1000101 1010 11010 100110101 110100 110000

Color Harmonies of #BC3BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BA9

Black with #BC3BA9

Text Example


Text Example

White with #BC3BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BA9; }

 p { color: rgb(188,59,169); }

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

background-color css

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

 a { background-color: rgb(188,59,169); }

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

border-color css

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

 span { border-color: rgb(188,59,169); }

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