Html Css Color HEX #BC46C6 Fuchsia

📋 copy color: '#BC46C6'

red 188 ◦ green 70 ◦ blue 198

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

Shades of Fuchsia #BC46C6

Tints of Fuchsia #BC46C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 41.23%
G = 15.35%
B = 43.42%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC46C6 (or 0xBC46C6) is known color: Fuchsia. HEX triplet: BC, 46 and C6. RGB value is (188,70,198). Sum of RGB (Red+Green+Blue) = 188+70+198=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC46C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46C6 is #43B939. Grayscale: #777777. Windows color (decimal): -4438330 or 12994236. OLE color: 12994236.

HSL color Cylindrical-coordinate representation of color #BC46C6: hue angle of 295.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC46C6 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 70 198 -
CMYK 0.05 0.65 0 0.22
HSL 295.31º 0.53% 0.53% -
HSV(B) 295.31º 0.65% 0.78% -
XYZ 33.12 19.15 55.38 -
YUV 119.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 188 70 198 0.05 0.65 0 0.22 295.31 0.53 0.53
Hex BC 46 C6 5 41 0 16 127 35 35
Octal 274 106 306 5 101 0 26 447 65 65
Binary 10111100 1000110 11000110 101 1000001 0 10110 100100111 110101 110101

Color Harmonies of #BC46C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46C6

Black with #BC46C6

Text Example


Text Example

White with #BC46C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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