Html Css Color HEX #BC46AC Fuchsia

📋 copy color: '#BC46AC'

red 188 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #BC46AC

Tints of Fuchsia #BC46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 43.72%
G = 16.28%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC46AC (or 0xBC46AC) is known color: Fuchsia. HEX triplet: BC, 46 and AC. RGB value is (188,70,172). Sum of RGB (Red+Green+Blue) = 188+70+172=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46AC is #43B953. Grayscale: #747474. Windows color (decimal): -4438356 or 11290300. OLE color: 11290300.

HSL color Cylindrical-coordinate representation of color #BC46AC: hue angle of 308.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC46AC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 172 -
CMYK 0 0.63 0.09 0.26
HSL 308.14º 0.47% 0.51% -
HSV(B) 308.14º 0.63% 0.74% -
XYZ 30.38 18.05 40.91 -
YUV 116.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 188 70 172 0 0.63 0.09 0.26 308.14 0.47 0.51
Hex BC 46 AC 0 3F 9 1A 134 2F 33
Octal 274 106 254 0 77 11 32 464 57 63
Binary 10111100 1000110 10101100 0 111111 1001 11010 100110100 101111 110011

Color Harmonies of #BC46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46AC

Black with #BC46AC

Text Example


Text Example

White with #BC46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46AC; }

 p { color: rgb(188,70,172); }

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

background-color css

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

 a { background-color: rgb(188,70,172); }

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

border-color css

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

 span { border-color: rgb(188,70,172); }

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