Html Css Color HEX #BC44AE Fuchsia

📋 copy color: '#BC44AE'

red 188 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #BC44AE

Tints of Fuchsia #BC44AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 43.72%
G = 15.81%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC44AE (or 0xBC44AE) is known color: Fuchsia. HEX triplet: BC, 44 and AE. RGB value is (188,68,174). Sum of RGB (Red+Green+Blue) = 188+68+174=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44AE is #43BB51. Grayscale: #737373. Windows color (decimal): -4438866 or 11420860. OLE color: 11420860.

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

Color convert

RGB 188 68 174 -
CMYK 0 0.64 0.07 0.26
HSL 307º 0.47% 0.5% -
HSV(B) 307º 0.64% 0.74% -
XYZ 30.45 17.88 41.89 -
YUV 115.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 188 68 174 0 0.64 0.07 0.26 307 0.47 0.5
Hex BC 44 AE 0 40 7 1A 133 2F 32
Octal 274 104 256 0 100 7 32 463 57 62
Binary 10111100 1000100 10101110 0 1000000 111 11010 100110011 101111 110010

Color Harmonies of #BC44AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44AE

Black with #BC44AE

Text Example


Text Example

White with #BC44AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44AE; }

 p { color: rgb(188,68,174); }

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

background-color css

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

 a { background-color: rgb(188,68,174); }

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

border-color css

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

 span { border-color: rgb(188,68,174); }

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