Html Css Color HEX #BC45AA Fuchsia

📋 copy color: '#BC45AA'

red 188 ◦ green 69 ◦ blue 170

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

Shades of Fuchsia #BC45AA

Tints of Fuchsia #BC45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 44.03%
G = 16.16%
B = 39.81%

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

#BC45AA (or 0xBC45AA) is known color: Fuchsia. HEX triplet: BC, 45 and AA. RGB value is (188,69,170). Sum of RGB (Red+Green+Blue) = 188+69+170=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45AA is #43BA55. Grayscale: #737373. Windows color (decimal): -4438614 or 11158972. OLE color: 11158972.

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

Color convert

RGB 188 69 170 -
CMYK 0 0.63 0.10 0.26
HSL 309.08º 0.47% 0.5% -
HSV(B) 309.08º 0.63% 0.74% -
XYZ 30.12 17.85 39.89 -
YUV 116.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 188 69 170 0 0.63 0.10 0.26 309.08 0.47 0.5
Hex BC 45 AA 0 3F A 1A 135 2F 32
Octal 274 105 252 0 77 12 32 465 57 62
Binary 10111100 1000101 10101010 0 111111 1010 11010 100110101 101111 110010

Color Harmonies of #BC45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45AA

Black with #BC45AA

Text Example


Text Example

White with #BC45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45AA; }

 p { color: rgb(188,69,170); }

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

background-color css

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

 a { background-color: rgb(188,69,170); }

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

border-color css

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

 span { border-color: rgb(188,69,170); }

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