Html Css Color HEX #BC4FA6 Fuchsia

📋 copy color: '#BC4FA6'

red 188 ◦ green 79 ◦ blue 166

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

Shades of Fuchsia #BC4FA6

Tints of Fuchsia #BC4FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

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

R = 43.42%
G = 18.24%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC4FA6 (or 0xBC4FA6) is known color: Fuchsia. HEX triplet: BC, 4F and A6. RGB value is (188,79,166). Sum of RGB (Red+Green+Blue) = 188+79+166=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FA6 is #43B059. Grayscale: #797979. Windows color (decimal): -4436058 or 10899388. OLE color: 10899388.

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

Color convert

RGB 188 79 166 -
CMYK 0 0.58 0.12 0.26
HSL 312.11º 0.45% 0.52% -
HSV(B) 312.11º 0.58% 0.74% -
XYZ 30.42 19.04 38.15 -
YUV 121.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 188 79 166 0 0.58 0.12 0.26 312.11 0.45 0.52
Hex BC 4F A6 0 3A C 1A 138 2D 34
Octal 274 117 246 0 72 14 32 470 55 64
Binary 10111100 1001111 10100110 0 111010 1100 11010 100111000 101101 110100

Color Harmonies of #BC4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FA6

Black with #BC4FA6

Text Example


Text Example

White with #BC4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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