Html Css Color HEX #BC46C1 Fuchsia

📋 copy color: '#BC46C1'

red 188 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #BC46C1

Tints of Fuchsia #BC46C1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.52%

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 41.69%
G = 15.52%
B = 42.79%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC46C1 (or 0xBC46C1) is known color: Fuchsia. HEX triplet: BC, 46 and C1. RGB value is (188,70,193). Sum of RGB (Red+Green+Blue) = 188+70+193=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC46C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46C1 is #43B93E. Grayscale: #767676. Windows color (decimal): -4438335 or 12666556. OLE color: 12666556.

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

Color convert

RGB 188 70 193 -
CMYK 0.03 0.64 0 0.24
HSL 297.56º 0.5% 0.52% -
HSV(B) 297.56º 0.64% 0.76% -
XYZ 32.55 18.92 52.39 -
YUV 119.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 188 70 193 0.03 0.64 0 0.24 297.56 0.5 0.52
Hex BC 46 C1 3 40 0 18 12A 32 34
Octal 274 106 301 3 100 0 30 452 62 64
Binary 10111100 1000110 11000001 11 1000000 0 11000 100101010 110010 110100

Color Harmonies of #BC46C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46C1

Black with #BC46C1

Text Example


Text Example

White with #BC46C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46C1; }

 p { color: rgb(188,70,193); }

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

background-color css

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

 a { background-color: rgb(188,70,193); }

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

border-color css

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

 span { border-color: rgb(188,70,193); }

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