Html Css Color HEX #BC5AAB Fuchsia

📋 copy color: '#BC5AAB'

red 188 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #BC5AAB

Tints of Fuchsia #BC5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 41.87%
G = 20.04%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC5AAB (or 0xBC5AAB) is known color: Fuchsia. HEX triplet: BC, 5A and AB. RGB value is (188,90,171). Sum of RGB (Red+Green+Blue) = 188+90+171=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AAB is #43A554. Grayscale: #808080. Windows color (decimal): -4433237 or 11229884. OLE color: 11229884.

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

Color convert

RGB 188 90 171 -
CMYK 0 0.52 0.09 0.26
HSL 310.41º 0.42% 0.55% -
HSV(B) 310.41º 0.52% 0.74% -
XYZ 31.75 20.94 40.9 -
YUV 128.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 188 90 171 0 0.52 0.09 0.26 310.41 0.42 0.55
Hex BC 5A AB 0 34 9 1A 136 2A 37
Octal 274 132 253 0 64 11 32 466 52 67
Binary 10111100 1011010 10101011 0 110100 1001 11010 100110110 101010 110111

Color Harmonies of #BC5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AAB

Black with #BC5AAB

Text Example


Text Example

White with #BC5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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