Html Css Color HEX #BC77BB Fuchsia

📋 copy color: '#BC77BB'

red 188 ◦ green 119 ◦ blue 187

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

Shades of Fuchsia #BC77BB

Tints of Fuchsia #BC77BB

RGB

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

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

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

R = 38.06%
G = 24.09%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC77BB (or 0xBC77BB) is known color: Fuchsia. HEX triplet: BC, 77 and BB. RGB value is (188,119,187). Sum of RGB (Red+Green+Blue) = 188+119+187=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BB is #438844. Grayscale: #939393. Windows color (decimal): -4425797 or 12285884. OLE color: 12285884.

HSL color Cylindrical-coordinate representation of color #BC77BB: hue angle of 300.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 187 -
CMYK 0 0.37 0.01 0.26
HSL 300.87º 0.34% 0.6% -
HSV(B) 300.87º 0.37% 0.74% -
XYZ 36.31 27.47 50.4 -
YUV 147.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 188 119 187 0 0.37 0.01 0.26 300.87 0.34 0.6
Hex BC 77 BB 0 25 1 1A 12D 22 3C
Octal 274 167 273 0 45 1 32 455 42 74
Binary 10111100 1110111 10111011 0 100101 1 11010 100101101 100010 111100

Color Harmonies of #BC77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77BB

Black with #BC77BB

Text Example


Text Example

White with #BC77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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