Html Css Color HEX #BC4DAB Fuchsia

📋 copy color: '#BC4DAB'

red 188 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #BC4DAB

Tints of Fuchsia #BC4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 43.12%
G = 17.66%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4DAB (or 0xBC4DAB) is known color: Fuchsia. HEX triplet: BC, 4D and AB. RGB value is (188,77,171). Sum of RGB (Red+Green+Blue) = 188+77+171=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DAB is #43B254. Grayscale: #787878. Windows color (decimal): -4436565 or 11226556. OLE color: 11226556.

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

Color convert

RGB 188 77 171 -
CMYK 0 0.59 0.09 0.26
HSL 309.19º 0.45% 0.52% -
HSV(B) 309.19º 0.59% 0.74% -
XYZ 30.74 18.94 40.56 -
YUV 120.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 188 77 171 0 0.59 0.09 0.26 309.19 0.45 0.52
Hex BC 4D AB 0 3B 9 1A 135 2D 34
Octal 274 115 253 0 73 11 32 465 55 64
Binary 10111100 1001101 10101011 0 111011 1001 11010 100110101 101101 110100

Color Harmonies of #BC4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DAB

Black with #BC4DAB

Text Example


Text Example

White with #BC4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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