Html Css Color HEX #BC71B4 Fuchsia

📋 copy color: '#BC71B4'

red 188 ◦ green 113 ◦ blue 180

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

Shades of Fuchsia #BC71B4

Tints of Fuchsia #BC71B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 39.09%
G = 23.49%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC71B4 (or 0xBC71B4) is known color: Fuchsia. HEX triplet: BC, 71 and B4. RGB value is (188,113,180). Sum of RGB (Red+Green+Blue) = 188+113+180=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71B4 is #438E4B. Grayscale: #8E8E8E. Windows color (decimal): -4427340 or 11825596. OLE color: 11825596.

HSL color Cylindrical-coordinate representation of color #BC71B4: hue angle of 306.4º 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 #BC71B4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 180 -
CMYK 0 0.40 0.04 0.26
HSL 306.4º 0.36% 0.59% -
HSV(B) 306.4º 0.4% 0.74% -
XYZ 34.88 25.8 46.32 -
YUV 143.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 188 113 180 0 0.40 0.04 0.26 306.4 0.36 0.59
Hex BC 71 B4 0 28 4 1A 132 24 3B
Octal 274 161 264 0 50 4 32 462 44 73
Binary 10111100 1110001 10110100 0 101000 100 11010 100110010 100100 111011

Color Harmonies of #BC71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71B4

Black with #BC71B4

Text Example


Text Example

White with #BC71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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