Html Css Color HEX #BC4FAB Fuchsia

📋 copy color: '#BC4FAB'

red 188 ◦ green 79 ◦ blue 171

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

Shades of Fuchsia #BC4FAB

Tints of Fuchsia #BC4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 42.92%
G = 18.04%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4FAB (or 0xBC4FAB) is known color: Fuchsia. HEX triplet: BC, 4F and AB. RGB value is (188,79,171). Sum of RGB (Red+Green+Blue) = 188+79+171=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FAB is #43B054. Grayscale: #797979. Windows color (decimal): -4436053 or 11227068. OLE color: 11227068.

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

Color convert

RGB 188 79 171 -
CMYK 0 0.58 0.09 0.26
HSL 309.36º 0.45% 0.52% -
HSV(B) 309.36º 0.58% 0.74% -
XYZ 30.89 19.22 40.61 -
YUV 122.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 188 79 171 0 0.58 0.09 0.26 309.36 0.45 0.52
Hex BC 4F AB 0 3A 9 1A 135 2D 34
Octal 274 117 253 0 72 11 32 465 55 64
Binary 10111100 1001111 10101011 0 111010 1001 11010 100110101 101101 110100

Color Harmonies of #BC4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FAB

Black with #BC4FAB

Text Example


Text Example

White with #BC4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FAB; }

 p { color: rgb(188,79,171); }

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

background-color css

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

 a { background-color: rgb(188,79,171); }

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

border-color css

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

 span { border-color: rgb(188,79,171); }

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