Html Css Color HEX #BC57BD Fuchsia

📋 copy color: '#BC57BD'

red 188 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #BC57BD

Tints of Fuchsia #BC57BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 40.52%
G = 18.75%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC57BD (or 0xBC57BD) is known color: Fuchsia. HEX triplet: BC, 57 and BD. RGB value is (188,87,189). Sum of RGB (Red+Green+Blue) = 188+87+189=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57BD is #43A842. Grayscale: #808080. Windows color (decimal): -4433987 or 12408764. OLE color: 12408764.

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

Color convert

RGB 188 87 189 -
CMYK 0.01 0.54 0 0.26
HSL 299.41º 0.44% 0.54% -
HSV(B) 299.41º 0.54% 0.74% -
XYZ 33.33 21.18 50.48 -
YUV 128.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 188 87 189 0.01 0.54 0 0.26 299.41 0.44 0.54
Hex BC 57 BD 1 36 0 1A 12B 2C 36
Octal 274 127 275 1 66 0 32 453 54 66
Binary 10111100 1010111 10111101 1 110110 0 11010 100101011 101100 110110

Color Harmonies of #BC57BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57BD

Black with #BC57BD

Text Example


Text Example

White with #BC57BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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