Html Css Color HEX #BC32B2 Fuchsia

📋 copy color: '#BC32B2'

red 188 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #BC32B2

Tints of Fuchsia #BC32B2

RGB

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

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

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

R = 45.19%
G = 12.02%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC32B2 (or 0xBC32B2) is known color: Fuchsia. HEX triplet: BC, 32 and B2. RGB value is (188,50,178). Sum of RGB (Red+Green+Blue) = 188+50+178=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32B2 is #43CD4D. Grayscale: #696969. Windows color (decimal): -4443470 or 11678396. OLE color: 11678396.

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

Color convert

RGB 188 50 178 -
CMYK 0 0.73 0.05 0.26
HSL 304.35º 0.58% 0.47% -
HSV(B) 304.35º 0.73% 0.74% -
XYZ 29.92 16.19 43.67 -
YUV 105.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 188 50 178 0 0.73 0.05 0.26 304.35 0.58 0.47
Hex BC 32 B2 0 49 5 1A 130 3A 2F
Octal 274 62 262 0 111 5 32 460 72 57
Binary 10111100 110010 10110010 0 1001001 101 11010 100110000 111010 101111

Color Harmonies of #BC32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32B2

Black with #BC32B2

Text Example


Text Example

White with #BC32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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