Html Css Color HEX #BC32B5 Fuchsia

📋 copy color: '#BC32B5'

red 188 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #BC32B5

Tints of Fuchsia #BC32B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 44.87%
G = 11.93%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC32B5 (or 0xBC32B5) is known color: Fuchsia. HEX triplet: BC, 32 and B5. RGB value is (188,50,181). Sum of RGB (Red+Green+Blue) = 188+50+181=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B5 is #43CD4A. Grayscale: #696969. Windows color (decimal): -4443467 or 11875004. OLE color: 11875004.

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

Color convert

RGB 188 50 181 -
CMYK 0 0.73 0.04 0.26
HSL 303.04º 0.58% 0.47% -
HSV(B) 303.04º 0.73% 0.74% -
XYZ 30.22 16.31 45.27 -
YUV 106.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 188 50 181 0 0.73 0.04 0.26 303.04 0.58 0.47
Hex BC 32 B5 0 49 4 1A 12F 3A 2F
Octal 274 62 265 0 111 4 32 457 72 57
Binary 10111100 110010 10110101 0 1001001 100 11010 100101111 111010 101111

Color Harmonies of #BC32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32B5

Black with #BC32B5

Text Example


Text Example

White with #BC32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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