Html Css Color HEX #BC51AB Fuchsia

📋 copy color: '#BC51AB'

red 188 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #BC51AB

Tints of Fuchsia #BC51AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

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

R = 42.73%
G = 18.41%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC51AB (or 0xBC51AB) is known color: Fuchsia. HEX triplet: BC, 51 and AB. RGB value is (188,81,171). Sum of RGB (Red+Green+Blue) = 188+81+171=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AB is #43AE54. Grayscale: #7B7B7B. Windows color (decimal): -4435541 or 11227580. OLE color: 11227580.

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

Color convert

RGB 188 81 171 -
CMYK 0 0.57 0.09 0.26
HSL 309.53º 0.44% 0.53% -
HSV(B) 309.53º 0.57% 0.74% -
XYZ 31.03 19.52 40.66 -
YUV 123.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 188 81 171 0 0.57 0.09 0.26 309.53 0.44 0.53
Hex BC 51 AB 0 39 9 1A 136 2C 35
Octal 274 121 253 0 71 11 32 466 54 65
Binary 10111100 1010001 10101011 0 111001 1001 11010 100110110 101100 110101

Color Harmonies of #BC51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51AB

Black with #BC51AB

Text Example


Text Example

White with #BC51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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