Html Css Color HEX #BC57B5 Fuchsia

📋 copy color: '#BC57B5'

red 188 ◦ green 87 ◦ blue 181

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

Shades of Fuchsia #BC57B5

Tints of Fuchsia #BC57B5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 41.23%
G = 19.08%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC57B5 (or 0xBC57B5) is known color: Fuchsia. HEX triplet: BC, 57 and B5. RGB value is (188,87,181). Sum of RGB (Red+Green+Blue) = 188+87+181=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57B5 is #43A84A. Grayscale: #7F7F7F. Windows color (decimal): -4433995 or 11884476. OLE color: 11884476.

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

Color convert

RGB 188 87 181 -
CMYK 0 0.54 0.04 0.26
HSL 304.16º 0.43% 0.54% -
HSV(B) 304.16º 0.54% 0.74% -
XYZ 32.49 20.84 46.03 -
YUV 127.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 188 87 181 0 0.54 0.04 0.26 304.16 0.43 0.54
Hex BC 57 B5 0 36 4 1A 130 2B 36
Octal 274 127 265 0 66 4 32 460 53 66
Binary 10111100 1010111 10110101 0 110110 100 11010 100110000 101011 110110

Color Harmonies of #BC57B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57B5

Black with #BC57B5

Text Example


Text Example

White with #BC57B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57B5; }

 p { color: rgb(188,87,181); }

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

background-color css

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

 a { background-color: rgb(188,87,181); }

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

border-color css

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

 span { border-color: rgb(188,87,181); }

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