Html Css Color HEX #BC77BA Fuchsia

📋 copy color: '#BC77BA'

red 188 ◦ green 119 ◦ blue 186

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

Shades of Fuchsia #BC77BA

Tints of Fuchsia #BC77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 38.13%
G = 24.14%
B = 37.73%

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

#BC77BA (or 0xBC77BA) is known color: Fuchsia. HEX triplet: BC, 77 and BA. RGB value is (188,119,186). Sum of RGB (Red+Green+Blue) = 188+119+186=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BA is #438845. Grayscale: #939393. Windows color (decimal): -4425798 or 12220348. OLE color: 12220348.

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

Color convert

RGB 188 119 186 -
CMYK 0 0.37 0.01 0.26
HSL 301.74º 0.34% 0.6% -
HSV(B) 301.74º 0.37% 0.74% -
XYZ 36.2 27.43 49.84 -
YUV 147.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 188 119 186 0 0.37 0.01 0.26 301.74 0.34 0.6
Hex BC 77 BA 0 25 1 1A 12E 22 3C
Octal 274 167 272 0 45 1 32 456 42 74
Binary 10111100 1110111 10111010 0 100101 1 11010 100101110 100010 111100

Color Harmonies of #BC77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77BA

Black with #BC77BA

Text Example


Text Example

White with #BC77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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