Html Css Color HEX #BC71BB Fuchsia

📋 copy color: '#BC71BB'

red 188 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #BC71BB

Tints of Fuchsia #BC71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 38.52%
G = 23.16%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC71BB (or 0xBC71BB) is known color: Fuchsia. HEX triplet: BC, 71 and BB. RGB value is (188,113,187). Sum of RGB (Red+Green+Blue) = 188+113+187=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71BB is #438E44. Grayscale: #8F8F8F. Windows color (decimal): -4427333 or 12284348. OLE color: 12284348.

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

Color convert

RGB 188 113 187 -
CMYK 0 0.40 0.01 0.26
HSL 300.8º 0.36% 0.59% -
HSV(B) 300.8º 0.4% 0.74% -
XYZ 35.61 26.09 50.17 -
YUV 143.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 188 113 187 0 0.40 0.01 0.26 300.8 0.36 0.59
Hex BC 71 BB 0 28 1 1A 12D 24 3B
Octal 274 161 273 0 50 1 32 455 44 73
Binary 10111100 1110001 10111011 0 101000 1 11010 100101101 100100 111011

Color Harmonies of #BC71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71BB

Black with #BC71BB

Text Example


Text Example

White with #BC71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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