Html Css Color HEX #BC46BA Fuchsia

📋 copy color: '#BC46BA'

red 188 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #BC46BA

Tints of Fuchsia #BC46BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 42.34%
G = 15.77%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC46BA (or 0xBC46BA) is known color: Fuchsia. HEX triplet: BC, 46 and BA. RGB value is (188,70,186). Sum of RGB (Red+Green+Blue) = 188+70+186=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46BA is #43B945. Grayscale: #767676. Windows color (decimal): -4438342 or 12207804. OLE color: 12207804.

HSL color Cylindrical-coordinate representation of color #BC46BA: hue angle of 301.02º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC46BA is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 186 -
CMYK 0 0.63 0.01 0.26
HSL 301.02º 0.47% 0.51% -
HSV(B) 301.02º 0.63% 0.74% -
XYZ 31.79 18.62 48.37 -
YUV 118.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 188 70 186 0 0.63 0.01 0.26 301.02 0.47 0.51
Hex BC 46 BA 0 3F 1 1A 12D 2F 33
Octal 274 106 272 0 77 1 32 455 57 63
Binary 10111100 1000110 10111010 0 111111 1 11010 100101101 101111 110011

Color Harmonies of #BC46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46BA

Black with #BC46BA

Text Example


Text Example

White with #BC46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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