Html Css Color HEX #BC43A7 Fuchsia

📋 copy color: '#BC43A7'

red 188 ◦ green 67 ◦ blue 167

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

Shades of Fuchsia #BC43A7

Tints of Fuchsia #BC43A7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.88%

 BLUE value IS 167 (65.63% from 255) = 39.57%

R = 44.55%
G = 15.88%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC43A7 (or 0xBC43A7) is known color: Fuchsia. HEX triplet: BC, 43 and A7. RGB value is (188,67,167). Sum of RGB (Red+Green+Blue) = 188+67+167=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43A7 is #43BC58. Grayscale: #727272. Windows color (decimal): -4439129 or 10961852. OLE color: 10961852.

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

Color convert

RGB 188 67 167 -
CMYK 0 0.64 0.11 0.26
HSL 310.41º 0.47% 0.5% -
HSV(B) 310.41º 0.64% 0.74% -
XYZ 29.72 17.5 38.37 -
YUV 114.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 188 67 167 0 0.64 0.11 0.26 310.41 0.47 0.5
Hex BC 43 A7 0 40 B 1A 136 2F 32
Octal 274 103 247 0 100 13 32 466 57 62
Binary 10111100 1000011 10100111 0 1000000 1011 11010 100110110 101111 110010

Color Harmonies of #BC43A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43A7

Black with #BC43A7

Text Example


Text Example

White with #BC43A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43A7; }

 p { color: rgb(188,67,167); }

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

background-color css

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

 a { background-color: rgb(188,67,167); }

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

border-color css

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

 span { border-color: rgb(188,67,167); }

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