Html Css Color HEX #BC4DAD Fuchsia

📋 copy color: '#BC4DAD'

red 188 ◦ green 77 ◦ blue 173

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

Shades of Fuchsia #BC4DAD

Tints of Fuchsia #BC4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

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

R = 42.92%
G = 17.58%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC4DAD (or 0xBC4DAD) is known color: Fuchsia. HEX triplet: BC, 4D and AD. RGB value is (188,77,173). Sum of RGB (Red+Green+Blue) = 188+77+173=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DAD is #43B252. Grayscale: #787878. Windows color (decimal): -4436563 or 11357628. OLE color: 11357628.

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

Color convert

RGB 188 77 173 -
CMYK 0 0.59 0.08 0.26
HSL 308.11º 0.45% 0.52% -
HSV(B) 308.11º 0.59% 0.74% -
XYZ 30.94 19.02 41.58 -
YUV 121.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 188 77 173 0 0.59 0.08 0.26 308.11 0.45 0.52
Hex BC 4D AD 0 3B 8 1A 134 2D 34
Octal 274 115 255 0 73 10 32 464 55 64
Binary 10111100 1001101 10101101 0 111011 1000 11010 100110100 101101 110100

Color Harmonies of #BC4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DAD

Black with #BC4DAD

Text Example


Text Example

White with #BC4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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