Html Css Color HEX #BC71B1 Fuchsia

📋 copy color: '#BC71B1'

red 188 ◦ green 113 ◦ blue 177

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

Shades of Fuchsia #BC71B1

Tints of Fuchsia #BC71B1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 39.33%
G = 23.64%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC71B1 (or 0xBC71B1) is known color: Fuchsia. HEX triplet: BC, 71 and B1. RGB value is (188,113,177). Sum of RGB (Red+Green+Blue) = 188+113+177=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71B1 is #438E4E. Grayscale: #8E8E8E. Windows color (decimal): -4427343 or 11628988. OLE color: 11628988.

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

Color convert

RGB 188 113 177 -
CMYK 0 0.40 0.06 0.26
HSL 308.8º 0.36% 0.59% -
HSV(B) 308.8º 0.4% 0.74% -
XYZ 34.58 25.68 44.73 -
YUV 142.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 188 113 177 0 0.40 0.06 0.26 308.8 0.36 0.59
Hex BC 71 B1 0 28 6 1A 135 24 3B
Octal 274 161 261 0 50 6 32 465 44 73
Binary 10111100 1110001 10110001 0 101000 110 11010 100110101 100100 111011

Color Harmonies of #BC71B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71B1

Black with #BC71B1

Text Example


Text Example

White with #BC71B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71B1; }

 p { color: rgb(188,113,177); }

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

background-color css

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

 a { background-color: rgb(188,113,177); }

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

border-color css

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

 span { border-color: rgb(188,113,177); }

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