Html Css Color HEX #BC71C2 Fuchsia

📋 copy color: '#BC71C2'

red 188 ◦ green 113 ◦ blue 194

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

Shades of Fuchsia #BC71C2

Tints of Fuchsia #BC71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 37.98%
G = 22.83%
B = 39.19%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC71C2 (or 0xBC71C2) is known color: Fuchsia. HEX triplet: BC, 71 and C2. RGB value is (188,113,194). Sum of RGB (Red+Green+Blue) = 188+113+194=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C2 is #438E3D. Grayscale: #909090. Windows color (decimal): -4427326 or 12743100. OLE color: 12743100.

HSL color Cylindrical-coordinate representation of color #BC71C2: hue angle of 295.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC71C2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 113 194 -
CMYK 0.03 0.42 0 0.24
HSL 295.56º 0.4% 0.6% -
HSV(B) 295.56º 0.42% 0.76% -
XYZ 36.38 26.4 54.22 -
YUV 144.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 188 113 194 0.03 0.42 0 0.24 295.56 0.4 0.6
Hex BC 71 C2 3 2A 0 18 128 28 3C
Octal 274 161 302 3 52 0 30 450 50 74
Binary 10111100 1110001 11000010 11 101010 0 11000 100101000 101000 111100

Color Harmonies of #BC71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71C2

Black with #BC71C2

Text Example


Text Example

White with #BC71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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