Html Css Color HEX #BC58AB Fuchsia

📋 copy color: '#BC58AB'

red 188 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #BC58AB

Tints of Fuchsia #BC58AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.69%

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

R = 42.06%
G = 19.69%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC58AB (or 0xBC58AB) is known color: Fuchsia. HEX triplet: BC, 58 and AB. RGB value is (188,88,171). Sum of RGB (Red+Green+Blue) = 188+88+171=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58AB is #43A754. Grayscale: #7F7F7F. Windows color (decimal): -4433749 or 11229372. OLE color: 11229372.

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

Color convert

RGB 188 88 171 -
CMYK 0 0.53 0.09 0.26
HSL 310.2º 0.43% 0.54% -
HSV(B) 310.2º 0.53% 0.74% -
XYZ 31.58 20.61 40.84 -
YUV 127.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 188 88 171 0 0.53 0.09 0.26 310.2 0.43 0.54
Hex BC 58 AB 0 35 9 1A 136 2B 36
Octal 274 130 253 0 65 11 32 466 53 66
Binary 10111100 1011000 10101011 0 110101 1001 11010 100110110 101011 110110

Color Harmonies of #BC58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58AB

Black with #BC58AB

Text Example


Text Example

White with #BC58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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