Html Css Color HEX #BC55BD Fuchsia

📋 copy color: '#BC55BD'

red 188 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #BC55BD

Tints of Fuchsia #BC55BD

RGB

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

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

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

R = 40.69%
G = 18.4%
B = 40.91%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC55BD (or 0xBC55BD) is known color: Fuchsia. HEX triplet: BC, 55 and BD. RGB value is (188,85,189). Sum of RGB (Red+Green+Blue) = 188+85+189=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC55BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55BD is #43AA42. Grayscale: #7F7F7F. Windows color (decimal): -4434499 or 12408252. OLE color: 12408252.

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

Color convert

RGB 188 85 189 -
CMYK 0.01 0.55 0 0.26
HSL 299.42º 0.44% 0.54% -
HSV(B) 299.42º 0.55% 0.74% -
XYZ 33.17 20.86 50.42 -
YUV 127.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 188 85 189 0.01 0.55 0 0.26 299.42 0.44 0.54
Hex BC 55 BD 1 37 0 1A 12B 2C 36
Octal 274 125 275 1 67 0 32 453 54 66
Binary 10111100 1010101 10111101 1 110111 0 11010 100101011 101100 110110

Color Harmonies of #BC55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55BD

Black with #BC55BD

Text Example


Text Example

White with #BC55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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