Html Css Color HEX #BC55A8 Fuchsia

📋 copy color: '#BC55A8'

red 188 ◦ green 85 ◦ blue 168

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

Shades of Fuchsia #BC55A8

Tints of Fuchsia #BC55A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 42.63%
G = 19.27%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC55A8 (or 0xBC55A8) is known color: Fuchsia. HEX triplet: BC, 55 and A8. RGB value is (188,85,168). Sum of RGB (Red+Green+Blue) = 188+85+168=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55A8 is #43AA57. Grayscale: #7D7D7D. Windows color (decimal): -4434520 or 11031996. OLE color: 11031996.

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

Color convert

RGB 188 85 168 -
CMYK 0 0.55 0.11 0.26
HSL 311.65º 0.43% 0.54% -
HSV(B) 311.65º 0.55% 0.74% -
XYZ 31.06 20.02 39.27 -
YUV 125.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 188 85 168 0 0.55 0.11 0.26 311.65 0.43 0.54
Hex BC 55 A8 0 37 B 1A 138 2B 36
Octal 274 125 250 0 67 13 32 470 53 66
Binary 10111100 1010101 10101000 0 110111 1011 11010 100111000 101011 110110

Color Harmonies of #BC55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55A8

Black with #BC55A8

Text Example


Text Example

White with #BC55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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