Html Css Color HEX #BC2DAD Fuchsia

📋 copy color: '#BC2DAD'

red 188 ◦ green 45 ◦ blue 173

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

Shades of Fuchsia #BC2DAD

Tints of Fuchsia #BC2DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 46.31%
G = 11.08%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC2DAD (or 0xBC2DAD) is known color: Fuchsia. HEX triplet: BC, 2D and AD. RGB value is (188,45,173). Sum of RGB (Red+Green+Blue) = 188+45+173=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAD is #43D252. Grayscale: #656565. Windows color (decimal): -4444755 or 11349436. OLE color: 11349436.

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

Color convert

RGB 188 45 173 -
CMYK 0 0.76 0.08 0.26
HSL 306.29º 0.61% 0.46% -
HSV(B) 306.29º 0.76% 0.74% -
XYZ 29.22 15.59 41 -
YUV 102.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 188 45 173 0 0.76 0.08 0.26 306.29 0.61 0.46
Hex BC 2D AD 0 4C 8 1A 132 3D 2E
Octal 274 55 255 0 114 10 32 462 75 56
Binary 10111100 101101 10101101 0 1001100 1000 11010 100110010 111101 101110

Color Harmonies of #BC2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DAD

Black with #BC2DAD

Text Example


Text Example

White with #BC2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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