Html Css Color HEX #BC5BA5 Fuchsia

📋 copy color: '#BC5BA5'

red 188 ◦ green 91 ◦ blue 165

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

Shades of Fuchsia #BC5BA5

Tints of Fuchsia #BC5BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 42.34%
G = 20.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC5BA5 (or 0xBC5BA5) is known color: Fuchsia. HEX triplet: BC, 5B and A5. RGB value is (188,91,165). Sum of RGB (Red+Green+Blue) = 188+91+165=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA5 is #43A45A. Grayscale: #808080. Windows color (decimal): -4432987 or 10836924. OLE color: 10836924.

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

Color convert

RGB 188 91 165 -
CMYK 0 0.52 0.12 0.26
HSL 314.23º 0.42% 0.55% -
HSV(B) 314.23º 0.52% 0.74% -
XYZ 31.27 20.89 37.98 -
YUV 128.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 188 91 165 0 0.52 0.12 0.26 314.23 0.42 0.55
Hex BC 5B A5 0 34 C 1A 13A 2A 37
Octal 274 133 245 0 64 14 32 472 52 67
Binary 10111100 1011011 10100101 0 110100 1100 11010 100111010 101010 110111

Color Harmonies of #BC5BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BA5

Black with #BC5BA5

Text Example


Text Example

White with #BC5BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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