Html Css Color HEX #BC76BA Fuchsia

📋 copy color: '#BC76BA'

red 188 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #BC76BA

Tints of Fuchsia #BC76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

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

R = 38.21%
G = 23.98%
B = 37.8%

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

#BC76BA (or 0xBC76BA) is known color: Fuchsia. HEX triplet: BC, 76 and BA. RGB value is (188,118,186). Sum of RGB (Red+Green+Blue) = 188+118+186=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76BA is #438945. Grayscale: #929292. Windows color (decimal): -4426054 or 12220092. OLE color: 12220092.

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

Color convert

RGB 188 118 186 -
CMYK 0 0.37 0.01 0.26
HSL 301.71º 0.34% 0.6% -
HSV(B) 301.71º 0.37% 0.74% -
XYZ 36.08 27.19 49.8 -
YUV 146.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 188 118 186 0 0.37 0.01 0.26 301.71 0.34 0.6
Hex BC 76 BA 0 25 1 1A 12E 22 3C
Octal 274 166 272 0 45 1 32 456 42 74
Binary 10111100 1110110 10111010 0 100101 1 11010 100101110 100010 111100

Color Harmonies of #BC76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76BA

Black with #BC76BA

Text Example


Text Example

White with #BC76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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