Html Css Color HEX #BC46A9 Fuchsia

📋 copy color: '#BC46A9'

red 188 ◦ green 70 ◦ blue 169

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

Shades of Fuchsia #BC46A9

Tints of Fuchsia #BC46A9

RGB

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

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

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

R = 44.03%
G = 16.39%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC46A9 (or 0xBC46A9) is known color: Fuchsia. HEX triplet: BC, 46 and A9. RGB value is (188,70,169). Sum of RGB (Red+Green+Blue) = 188+70+169=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46A9 is #43B956. Grayscale: #747474. Windows color (decimal): -4438359 or 11093692. OLE color: 11093692.

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

Color convert

RGB 188 70 169 -
CMYK 0 0.63 0.10 0.26
HSL 309.66º 0.47% 0.51% -
HSV(B) 309.66º 0.63% 0.74% -
XYZ 30.09 17.94 39.41 -
YUV 116.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 188 70 169 0 0.63 0.10 0.26 309.66 0.47 0.51
Hex BC 46 A9 0 3F A 1A 136 2F 33
Octal 274 106 251 0 77 12 32 466 57 63
Binary 10111100 1000110 10101001 0 111111 1010 11010 100110110 101111 110011

Color Harmonies of #BC46A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46A9

Black with #BC46A9

Text Example


Text Example

White with #BC46A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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