Html Css Color HEX #BC2CAD Fuchsia

📋 copy color: '#BC2CAD'

red 188 ◦ green 44 ◦ blue 173

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

Shades of Fuchsia #BC2CAD

Tints of Fuchsia #BC2CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 46.42%
G = 10.86%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC2CAD (or 0xBC2CAD) is known color: Fuchsia. HEX triplet: BC, 2C and AD. RGB value is (188,44,173). Sum of RGB (Red+Green+Blue) = 188+44+173=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2CAD is #43D352. Grayscale: #656565. Windows color (decimal): -4445011 or 11349180. OLE color: 11349180.

HSL color Cylindrical-coordinate representation of color #BC2CAD: hue angle of 306.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CAD is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 173 -
CMYK 0 0.77 0.08 0.26
HSL 306.25º 0.62% 0.45% -
HSV(B) 306.25º 0.77% 0.74% -
XYZ 29.18 15.51 40.99 -
YUV 101.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 188 44 173 0 0.77 0.08 0.26 306.25 0.62 0.45
Hex BC 2C AD 0 4D 8 1A 132 3E 2D
Octal 274 54 255 0 115 10 32 462 76 55
Binary 10111100 101100 10101101 0 1001101 1000 11010 100110010 111110 101101

Color Harmonies of #BC2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CAD

Black with #BC2CAD

Text Example


Text Example

White with #BC2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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