Html Css Color HEX #BC42A6 Fuchsia

📋 copy color: '#BC42A6'

red 188 ◦ green 66 ◦ blue 166

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

Shades of Fuchsia #BC42A6

Tints of Fuchsia #BC42A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 166 (65.23% from 255) = 39.52%

R = 44.76%
G = 15.71%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC42A6 (or 0xBC42A6) is known color: Fuchsia. HEX triplet: BC, 42 and A6. RGB value is (188,66,166). Sum of RGB (Red+Green+Blue) = 188+66+166=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A6 is #43BD59. Grayscale: #717171. Windows color (decimal): -4439386 or 10896060. OLE color: 10896060.

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

Color convert

RGB 188 66 166 -
CMYK 0 0.65 0.12 0.26
HSL 310.82º 0.48% 0.5% -
HSV(B) 310.82º 0.65% 0.74% -
XYZ 29.57 17.34 37.87 -
YUV 113.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 188 66 166 0 0.65 0.12 0.26 310.82 0.48 0.5
Hex BC 42 A6 0 41 C 1A 137 30 32
Octal 274 102 246 0 101 14 32 467 60 62
Binary 10111100 1000010 10100110 0 1000001 1100 11010 100110111 110000 110010

Color Harmonies of #BC42A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42A6

Black with #BC42A6

Text Example


Text Example

White with #BC42A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42A6; }

 p { color: rgb(188,66,166); }

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

background-color css

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

 a { background-color: rgb(188,66,166); }

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

border-color css

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

 span { border-color: rgb(188,66,166); }

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