Html Css Color HEX #BC5BA9 Fuchsia

📋 copy color: '#BC5BA9'

red 188 ◦ green 91 ◦ blue 169

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

Shades of Fuchsia #BC5BA9

Tints of Fuchsia #BC5BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 41.96%
G = 20.31%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC5BA9 (or 0xBC5BA9) is known color: Fuchsia. HEX triplet: BC, 5B and A9. RGB value is (188,91,169). Sum of RGB (Red+Green+Blue) = 188+91+169=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA9 is #43A456. Grayscale: #808080. Windows color (decimal): -4432983 or 11099068. OLE color: 11099068.

HSL color Cylindrical-coordinate representation of color #BC5BA9: hue angle of 311.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BA9 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 169 -
CMYK 0 0.52 0.10 0.26
HSL 311.75º 0.42% 0.55% -
HSV(B) 311.75º 0.52% 0.74% -
XYZ 31.64 21.04 39.93 -
YUV 128.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 188 91 169 0 0.52 0.10 0.26 311.75 0.42 0.55
Hex BC 5B A9 0 34 A 1A 138 2A 37
Octal 274 133 251 0 64 12 32 470 52 67
Binary 10111100 1011011 10101001 0 110100 1010 11010 100111000 101010 110111

Color Harmonies of #BC5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BA9

Black with #BC5BA9

Text Example


Text Example

White with #BC5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BA9; }

 p { color: rgb(188,91,169); }

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

background-color css

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

 a { background-color: rgb(188,91,169); }

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

border-color css

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

 span { border-color: rgb(188,91,169); }

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