Html Css Color HEX #BC32C5 Fuchsia

📋 copy color: '#BC32C5'

red 188 ◦ green 50 ◦ blue 197

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

Shades of Fuchsia #BC32C5

Tints of Fuchsia #BC32C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.29%

R = 43.22%
G = 11.49%
B = 45.29%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC32C5 (or 0xBC32C5) is known color: Fuchsia. HEX triplet: BC, 32 and C5. RGB value is (188,50,197). Sum of RGB (Red+Green+Blue) = 188+50+197=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC32C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32C5 is #43CD3A. Grayscale: #6B6B6B. Windows color (decimal): -4443451 or 12923580. OLE color: 12923580.

HSL color Cylindrical-coordinate representation of color #BC32C5: hue angle of 296.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32C5 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 50 197 -
CMYK 0.05 0.75 0 0.23
HSL 296.33º 0.6% 0.48% -
HSV(B) 296.33º 0.75% 0.77% -
XYZ 31.96 17 54.42 -
YUV 108.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 188 50 197 0.05 0.75 0 0.23 296.33 0.6 0.48
Hex BC 32 C5 5 4B 0 17 128 3C 30
Octal 274 62 305 5 113 0 27 450 74 60
Binary 10111100 110010 11000101 101 1001011 0 10111 100101000 111100 110000

Color Harmonies of #BC32C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32C5

Black with #BC32C5

Text Example


Text Example

White with #BC32C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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