Html Css Color HEX #BC55B9 Fuchsia

📋 copy color: '#BC55B9'

red 188 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #BC55B9

Tints of Fuchsia #BC55B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 41.05%
G = 18.56%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC55B9 (or 0xBC55B9) is known color: Fuchsia. HEX triplet: BC, 55 and B9. RGB value is (188,85,185). Sum of RGB (Red+Green+Blue) = 188+85+185=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55B9 is #43AA46. Grayscale: #7E7E7E. Windows color (decimal): -4434503 or 12146108. OLE color: 12146108.

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

Color convert

RGB 188 85 185 -
CMYK 0 0.55 0.02 0.26
HSL 301.75º 0.43% 0.54% -
HSV(B) 301.75º 0.55% 0.74% -
XYZ 32.74 20.69 48.17 -
YUV 127.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 188 85 185 0 0.55 0.02 0.26 301.75 0.43 0.54
Hex BC 55 B9 0 37 2 1A 12E 2B 36
Octal 274 125 271 0 67 2 32 456 53 66
Binary 10111100 1010101 10111001 0 110111 10 11010 100101110 101011 110110

Color Harmonies of #BC55B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55B9

Black with #BC55B9

Text Example


Text Example

White with #BC55B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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