Html Css Color HEX #BC4AC0 Fuchsia

📋 copy color: '#BC4AC0'

red 188 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #BC4AC0

Tints of Fuchsia #BC4AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 41.41%
G = 16.3%
B = 42.29%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC4AC0 (or 0xBC4AC0) is known color: Fuchsia. HEX triplet: BC, 4A and C0. RGB value is (188,74,192). Sum of RGB (Red+Green+Blue) = 188+74+192=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AC0 is #43B53F. Grayscale: #797979. Windows color (decimal): -4437312 or 12602044. OLE color: 12602044.

HSL color Cylindrical-coordinate representation of color #BC4AC0: hue angle of 297.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4AC0 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 74 192 -
CMYK 0.02 0.61 0 0.25
HSL 297.97º 0.48% 0.52% -
HSV(B) 297.97º 0.61% 0.75% -
XYZ 32.7 19.39 51.89 -
YUV 121.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 188 74 192 0.02 0.61 0 0.25 297.97 0.48 0.52
Hex BC 4A C0 2 3D 0 19 12A 30 34
Octal 274 112 300 2 75 0 31 452 60 64
Binary 10111100 1001010 11000000 10 111101 0 11001 100101010 110000 110100

Color Harmonies of #BC4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AC0

Black with #BC4AC0

Text Example


Text Example

White with #BC4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AC0; }

 p { color: rgb(188,74,192); }

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

background-color css

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

 a { background-color: rgb(188,74,192); }

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

border-color css

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

 span { border-color: rgb(188,74,192); }

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