Html Css Color HEX #BC5BAA Fuchsia

📋 copy color: '#BC5BAA'

red 188 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #BC5BAA

Tints of Fuchsia #BC5BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 41.87%
G = 20.27%
B = 37.86%

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

#BC5BAA (or 0xBC5BAA) is known color: Fuchsia. HEX triplet: BC, 5B and AA. RGB value is (188,91,170). Sum of RGB (Red+Green+Blue) = 188+91+170=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BAA is #43A455. Grayscale: #808080. Windows color (decimal): -4432982 or 11164604. OLE color: 11164604.

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

Color convert

RGB 188 91 170 -
CMYK 0 0.52 0.10 0.26
HSL 311.13º 0.42% 0.55% -
HSV(B) 311.13º 0.52% 0.74% -
XYZ 31.74 21.08 40.43 -
YUV 129.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 188 91 170 0 0.52 0.10 0.26 311.13 0.42 0.55
Hex BC 5B AA 0 34 A 1A 137 2A 37
Octal 274 133 252 0 64 12 32 467 52 67
Binary 10111100 1011011 10101010 0 110100 1010 11010 100110111 101010 110111

Color Harmonies of #BC5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BAA

Black with #BC5BAA

Text Example


Text Example

White with #BC5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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