Html Css Color HEX #BC32AD Fuchsia

📋 copy color: '#BC32AD'

red 188 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #BC32AD

Tints of Fuchsia #BC32AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 45.74%
G = 12.17%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC32AD (or 0xBC32AD) is known color: Fuchsia. HEX triplet: BC, 32 and AD. RGB value is (188,50,173). Sum of RGB (Red+Green+Blue) = 188+50+173=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32AD is #43CD52. Grayscale: #686868. Windows color (decimal): -4443475 or 11350716. OLE color: 11350716.

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

Color convert

RGB 188 50 173 -
CMYK 0 0.73 0.08 0.26
HSL 306.52º 0.58% 0.47% -
HSV(B) 306.52º 0.73% 0.74% -
XYZ 29.42 15.99 41.07 -
YUV 105.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 188 50 173 0 0.73 0.08 0.26 306.52 0.58 0.47
Hex BC 32 AD 0 49 8 1A 133 3A 2F
Octal 274 62 255 0 111 10 32 463 72 57
Binary 10111100 110010 10101101 0 1001001 1000 11010 100110011 111010 101111

Color Harmonies of #BC32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32AD

Black with #BC32AD

Text Example


Text Example

White with #BC32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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