Html Css Color HEX #BC4BAC Fuchsia

📋 copy color: '#BC4BAC'

red 188 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #BC4BAC

Tints of Fuchsia #BC4BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.24%

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

R = 43.22%
G = 17.24%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4BAC (or 0xBC4BAC) is known color: Fuchsia. HEX triplet: BC, 4B and AC. RGB value is (188,75,172). Sum of RGB (Red+Green+Blue) = 188+75+172=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BAC is #43B453. Grayscale: #777777. Windows color (decimal): -4437076 or 11291580. OLE color: 11291580.

HSL color Cylindrical-coordinate representation of color #BC4BAC: hue angle of 308.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4BAC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 172 -
CMYK 0 0.60 0.09 0.26
HSL 308.5º 0.46% 0.52% -
HSV(B) 308.5º 0.6% 0.74% -
XYZ 30.7 18.7 41.02 -
YUV 119.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 188 75 172 0 0.60 0.09 0.26 308.5 0.46 0.52
Hex BC 4B AC 0 3C 9 1A 134 2E 34
Octal 274 113 254 0 74 11 32 464 56 64
Binary 10111100 1001011 10101100 0 111100 1001 11010 100110100 101110 110100

Color Harmonies of #BC4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BAC

Black with #BC4BAC

Text Example


Text Example

White with #BC4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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