Html Css Color HEX #BC5BB2 Fuchsia

📋 copy color: '#BC5BB2'

red 188 ◦ green 91 ◦ blue 178

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

Shades of Fuchsia #BC5BB2

Tints of Fuchsia #BC5BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 41.14%
G = 19.91%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC5BB2 (or 0xBC5BB2) is known color: Fuchsia. HEX triplet: BC, 5B and B2. RGB value is (188,91,178). Sum of RGB (Red+Green+Blue) = 188+91+178=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BB2 is #43A44D. Grayscale: #818181. Windows color (decimal): -4432974 or 11688892. OLE color: 11688892.

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

Color convert

RGB 188 91 178 -
CMYK 0 0.52 0.05 0.26
HSL 306.19º 0.42% 0.55% -
HSV(B) 306.19º 0.52% 0.74% -
XYZ 32.52 21.39 44.53 -
YUV 129.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 188 91 178 0 0.52 0.05 0.26 306.19 0.42 0.55
Hex BC 5B B2 0 34 5 1A 132 2A 37
Octal 274 133 262 0 64 5 32 462 52 67
Binary 10111100 1011011 10110010 0 110100 101 11010 100110010 101010 110111

Color Harmonies of #BC5BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BB2

Black with #BC5BB2

Text Example


Text Example

White with #BC5BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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