Html Css Color HEX #BC77C2 Fuchsia

📋 copy color: '#BC77C2'

red 188 ◦ green 119 ◦ blue 194

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

Shades of Fuchsia #BC77C2

Tints of Fuchsia #BC77C2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

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

R = 37.52%
G = 23.75%
B = 38.72%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC77C2 (or 0xBC77C2) is known color: Fuchsia. HEX triplet: BC, 77 and C2. RGB value is (188,119,194). Sum of RGB (Red+Green+Blue) = 188+119+194=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77C2 is #43883D. Grayscale: #939393. Windows color (decimal): -4425790 or 12744636. OLE color: 12744636.

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

Color convert

RGB 188 119 194 -
CMYK 0.03 0.39 0 0.24
HSL 295.2º 0.38% 0.61% -
HSV(B) 295.2º 0.39% 0.76% -
XYZ 37.07 27.78 54.45 -
YUV 148.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 188 119 194 0.03 0.39 0 0.24 295.2 0.38 0.61
Hex BC 77 C2 3 27 0 18 127 26 3D
Octal 274 167 302 3 47 0 30 447 46 75
Binary 10111100 1110111 11000010 11 100111 0 11000 100100111 100110 111101

Color Harmonies of #BC77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77C2

Black with #BC77C2

Text Example


Text Example

White with #BC77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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