Html Css Color HEX #BC31AB Fuchsia

📋 copy color: '#BC31AB'

red 188 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #BC31AB

Tints of Fuchsia #BC31AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.01%

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

R = 46.08%
G = 12.01%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC31AB (or 0xBC31AB) is known color: Fuchsia. HEX triplet: BC, 31 and AB. RGB value is (188,49,171). Sum of RGB (Red+Green+Blue) = 188+49+171=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AB is #43CE54. Grayscale: #686868. Windows color (decimal): -4443733 or 11219388. OLE color: 11219388.

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

Color convert

RGB 188 49 171 -
CMYK 0 0.74 0.09 0.26
HSL 307.34º 0.59% 0.46% -
HSV(B) 307.34º 0.74% 0.74% -
XYZ 29.19 15.83 40.04 -
YUV 104.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 188 49 171 0 0.74 0.09 0.26 307.34 0.59 0.46
Hex BC 31 AB 0 4A 9 1A 133 3B 2E
Octal 274 61 253 0 112 11 32 463 73 56
Binary 10111100 110001 10101011 0 1001010 1001 11010 100110011 111011 101110

Color Harmonies of #BC31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31AB

Black with #BC31AB

Text Example


Text Example

White with #BC31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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