Html Css Color HEX #BC48C2 Fuchsia

📋 copy color: '#BC48C2'

red 188 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #BC48C2

Tints of Fuchsia #BC48C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 41.41%
G = 15.86%
B = 42.73%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC48C2 (or 0xBC48C2) is known color: Fuchsia. HEX triplet: BC, 48 and C2. RGB value is (188,72,194). Sum of RGB (Red+Green+Blue) = 188+72+194=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48C2 is #43B73D. Grayscale: #787878. Windows color (decimal): -4437822 or 12732604. OLE color: 12732604.

HSL color Cylindrical-coordinate representation of color #BC48C2: hue angle of 297.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC48C2 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 72 194 -
CMYK 0.03 0.63 0 0.24
HSL 297.05º 0.5% 0.52% -
HSV(B) 297.05º 0.63% 0.76% -
XYZ 32.79 19.22 53.02 -
YUV 120.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 188 72 194 0.03 0.63 0 0.24 297.05 0.5 0.52
Hex BC 48 C2 3 3F 0 18 129 32 34
Octal 274 110 302 3 77 0 30 451 62 64
Binary 10111100 1001000 11000010 11 111111 0 11000 100101001 110010 110100

Color Harmonies of #BC48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48C2

Black with #BC48C2

Text Example


Text Example

White with #BC48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48C2; }

 p { color: rgb(188,72,194); }

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

background-color css

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

 a { background-color: rgb(188,72,194); }

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

border-color css

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

 span { border-color: rgb(188,72,194); }

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