Html Css Color HEX #BC32AE Fuchsia

📋 copy color: '#BC32AE'

red 188 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #BC32AE

Tints of Fuchsia #BC32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 45.63%
G = 12.14%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC32AE (or 0xBC32AE) is known color: Fuchsia. HEX triplet: BC, 32 and AE. RGB value is (188,50,174). Sum of RGB (Red+Green+Blue) = 188+50+174=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32AE is #43CD51. Grayscale: #696969. Windows color (decimal): -4443474 or 11416252. OLE color: 11416252.

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

Color convert

RGB 188 50 174 -
CMYK 0 0.73 0.07 0.26
HSL 306.09º 0.58% 0.47% -
HSV(B) 306.09º 0.73% 0.74% -
XYZ 29.52 16.03 41.58 -
YUV 105.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 188 50 174 0 0.73 0.07 0.26 306.09 0.58 0.47
Hex BC 32 AE 0 49 7 1A 132 3A 2F
Octal 274 62 256 0 111 7 32 462 72 57
Binary 10111100 110010 10101110 0 1001001 111 11010 100110010 111010 101111

Color Harmonies of #BC32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32AE

Black with #BC32AE

Text Example


Text Example

White with #BC32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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