Html Css Color HEX #BC32BA Fuchsia

📋 copy color: '#BC32BA'

red 188 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #BC32BA

Tints of Fuchsia #BC32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.79%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 44.34%
G = 11.79%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC32BA (or 0xBC32BA) is known color: Fuchsia. HEX triplet: BC, 32 and BA. RGB value is (188,50,186). Sum of RGB (Red+Green+Blue) = 188+50+186=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32BA is #43CD45. Grayscale: #6A6A6A. Windows color (decimal): -4443462 or 12202684. OLE color: 12202684.

HSL color Cylindrical-coordinate representation of color #BC32BA: hue angle of 300.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32BA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 186 -
CMYK 0 0.73 0.01 0.26
HSL 300.87º 0.58% 0.47% -
HSV(B) 300.87º 0.73% 0.74% -
XYZ 30.74 16.52 48.02 -
YUV 106.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 188 50 186 0 0.73 0.01 0.26 300.87 0.58 0.47
Hex BC 32 BA 0 49 1 1A 12D 3A 2F
Octal 274 62 272 0 111 1 32 455 72 57
Binary 10111100 110010 10111010 0 1001001 1 11010 100101101 111010 101111

Color Harmonies of #BC32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32BA

Black with #BC32BA

Text Example


Text Example

White with #BC32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32BA; }

 p { color: rgb(188,50,186); }

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

background-color css

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

 a { background-color: rgb(188,50,186); }

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

border-color css

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

 span { border-color: rgb(188,50,186); }

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