Html Css Color HEX #BC55BA Fuchsia

📋 copy color: '#BC55BA'

red 188 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #BC55BA

Tints of Fuchsia #BC55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 40.96%
G = 18.52%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC55BA (or 0xBC55BA) is known color: Fuchsia. HEX triplet: BC, 55 and BA. RGB value is (188,85,186). Sum of RGB (Red+Green+Blue) = 188+85+186=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55BA is #43AA45. Grayscale: #7F7F7F. Windows color (decimal): -4434502 or 12211644. OLE color: 12211644.

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

Color convert

RGB 188 85 186 -
CMYK 0 0.55 0.01 0.26
HSL 301.17º 0.43% 0.54% -
HSV(B) 301.17º 0.55% 0.74% -
XYZ 32.85 20.73 48.72 -
YUV 127.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 188 85 186 0 0.55 0.01 0.26 301.17 0.43 0.54
Hex BC 55 BA 0 37 1 1A 12D 2B 36
Octal 274 125 272 0 67 1 32 455 53 66
Binary 10111100 1010101 10111010 0 110111 1 11010 100101101 101011 110110

Color Harmonies of #BC55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55BA

Black with #BC55BA

Text Example


Text Example

White with #BC55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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