Html Css Color HEX #BC5EAC Fuchsia

📋 copy color: '#BC5EAC'

red 188 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #BC5EAC

Tints of Fuchsia #BC5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 41.41%
G = 20.7%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC5EAC (or 0xBC5EAC) is known color: Fuchsia. HEX triplet: BC, 5E and AC. RGB value is (188,94,172). Sum of RGB (Red+Green+Blue) = 188+94+172=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EAC is #43A153. Grayscale: #828282. Windows color (decimal): -4432212 or 11296444. OLE color: 11296444.

HSL color Cylindrical-coordinate representation of color #BC5EAC: hue angle of 310.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EAC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 172 -
CMYK 0 0.50 0.09 0.26
HSL 310.21º 0.41% 0.55% -
HSV(B) 310.21º 0.5% 0.74% -
XYZ 32.19 21.68 41.52 -
YUV 131 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 188 94 172 0 0.50 0.09 0.26 310.21 0.41 0.55
Hex BC 5E AC 0 32 9 1A 136 29 37
Octal 274 136 254 0 62 11 32 466 51 67
Binary 10111100 1011110 10101100 0 110010 1001 11010 100110110 101001 110111

Color Harmonies of #BC5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EAC

Black with #BC5EAC

Text Example


Text Example

White with #BC5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EAC; }

 p { color: rgb(188,94,172); }

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

background-color css

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

 a { background-color: rgb(188,94,172); }

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

border-color css

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

 span { border-color: rgb(188,94,172); }

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