Html Css Color HEX #BC4AAB Fuchsia

📋 copy color: '#BC4AAB'

red 188 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #BC4AAB

Tints of Fuchsia #BC4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

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

R = 43.42%
G = 17.09%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4AAB (or 0xBC4AAB) is known color: Fuchsia. HEX triplet: BC, 4A and AB. RGB value is (188,74,171). Sum of RGB (Red+Green+Blue) = 188+74+171=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AAB is #43B554. Grayscale: #767676. Windows color (decimal): -4437333 or 11225788. OLE color: 11225788.

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

Color convert

RGB 188 74 171 -
CMYK 0 0.61 0.09 0.26
HSL 308.95º 0.46% 0.51% -
HSV(B) 308.95º 0.61% 0.74% -
XYZ 30.54 18.53 40.5 -
YUV 119.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 188 74 171 0 0.61 0.09 0.26 308.95 0.46 0.51
Hex BC 4A AB 0 3D 9 1A 135 2E 33
Octal 274 112 253 0 75 11 32 465 56 63
Binary 10111100 1001010 10101011 0 111101 1001 11010 100110101 101110 110011

Color Harmonies of #BC4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AAB

Black with #BC4AAB

Text Example


Text Example

White with #BC4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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