Html Css Color HEX #BC4DAE Fuchsia

📋 copy color: '#BC4DAE'

red 188 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #BC4DAE

Tints of Fuchsia #BC4DAE

RGB

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

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

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

R = 42.82%
G = 17.54%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC4DAE (or 0xBC4DAE) is known color: Fuchsia. HEX triplet: BC, 4D and AE. RGB value is (188,77,174). Sum of RGB (Red+Green+Blue) = 188+77+174=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DAE is #43B251. Grayscale: #787878. Windows color (decimal): -4436562 or 11423164. OLE color: 11423164.

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

Color convert

RGB 188 77 174 -
CMYK 0 0.59 0.07 0.26
HSL 307.57º 0.45% 0.52% -
HSV(B) 307.57º 0.59% 0.74% -
XYZ 31.03 19.06 42.09 -
YUV 121.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 188 77 174 0 0.59 0.07 0.26 307.57 0.45 0.52
Hex BC 4D AE 0 3B 7 1A 134 2D 34
Octal 274 115 256 0 73 7 32 464 55 64
Binary 10111100 1001101 10101110 0 111011 111 11010 100110100 101101 110100

Color Harmonies of #BC4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DAE

Black with #BC4DAE

Text Example


Text Example

White with #BC4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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