Html Css Color HEX #BC5AAE Fuchsia

📋 copy color: '#BC5AAE'

red 188 ◦ green 90 ◦ blue 174

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

Shades of Fuchsia #BC5AAE

Tints of Fuchsia #BC5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

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

R = 41.59%
G = 19.91%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC5AAE (or 0xBC5AAE) is known color: Fuchsia. HEX triplet: BC, 5A and AE. RGB value is (188,90,174). Sum of RGB (Red+Green+Blue) = 188+90+174=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AAE is #43A551. Grayscale: #808080. Windows color (decimal): -4433234 or 11426492. OLE color: 11426492.

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

Color convert

RGB 188 90 174 -
CMYK 0 0.52 0.07 0.26
HSL 308.57º 0.42% 0.55% -
HSV(B) 308.57º 0.52% 0.74% -
XYZ 32.04 21.06 42.42 -
YUV 128.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 188 90 174 0 0.52 0.07 0.26 308.57 0.42 0.55
Hex BC 5A AE 0 34 7 1A 135 2A 37
Octal 274 132 256 0 64 7 32 465 52 67
Binary 10111100 1011010 10101110 0 110100 111 11010 100110101 101010 110111

Color Harmonies of #BC5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AAE

Black with #BC5AAE

Text Example


Text Example

White with #BC5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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