Html Css Color HEX #BC5FAC Fuchsia

📋 copy color: '#BC5FAC'

red 188 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #BC5FAC

Tints of Fuchsia #BC5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.88%

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

R = 41.32%
G = 20.88%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC5FAC (or 0xBC5FAC) is known color: Fuchsia. HEX triplet: BC, 5F and AC. RGB value is (188,95,172). Sum of RGB (Red+Green+Blue) = 188+95+172=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FAC is #43A053. Grayscale: #838383. Windows color (decimal): -4431956 or 11296700. OLE color: 11296700.

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

Color convert

RGB 188 95 172 -
CMYK 0 0.49 0.09 0.26
HSL 310.32º 0.41% 0.55% -
HSV(B) 310.32º 0.49% 0.74% -
XYZ 32.28 21.85 41.55 -
YUV 131.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 188 95 172 0 0.49 0.09 0.26 310.32 0.41 0.55
Hex BC 5F AC 0 31 9 1A 136 29 37
Octal 274 137 254 0 61 11 32 466 51 67
Binary 10111100 1011111 10101100 0 110001 1001 11010 100110110 101001 110111

Color Harmonies of #BC5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FAC

Black with #BC5FAC

Text Example


Text Example

White with #BC5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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