Html Css Color HEX #BC46A8 Fuchsia

📋 copy color: '#BC46A8'

red 188 ◦ green 70 ◦ blue 168

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

Shades of Fuchsia #BC46A8

Tints of Fuchsia #BC46A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 44.13%
G = 16.43%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC46A8 (or 0xBC46A8) is known color: Fuchsia. HEX triplet: BC, 46 and A8. RGB value is (188,70,168). Sum of RGB (Red+Green+Blue) = 188+70+168=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46A8 is #43B957. Grayscale: #747474. Windows color (decimal): -4438360 or 11028156. OLE color: 11028156.

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

Color convert

RGB 188 70 168 -
CMYK 0 0.63 0.11 0.26
HSL 310.17º 0.47% 0.51% -
HSV(B) 310.17º 0.63% 0.74% -
XYZ 30 17.9 38.92 -
YUV 116.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 188 70 168 0 0.63 0.11 0.26 310.17 0.47 0.51
Hex BC 46 A8 0 3F B 1A 136 2F 33
Octal 274 106 250 0 77 13 32 466 57 63
Binary 10111100 1000110 10101000 0 111111 1011 11010 100110110 101111 110011

Color Harmonies of #BC46A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46A8

Black with #BC46A8

Text Example


Text Example

White with #BC46A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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