Html Css Color HEX #BC46BB Fuchsia

📋 copy color: '#BC46BB'

red 188 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #BC46BB

Tints of Fuchsia #BC46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 42.25%
G = 15.73%
B = 42.02%

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

#BC46BB (or 0xBC46BB) is known color: Fuchsia. HEX triplet: BC, 46 and BB. RGB value is (188,70,187). Sum of RGB (Red+Green+Blue) = 188+70+187=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46BB is #43B944. Grayscale: #767676. Windows color (decimal): -4438341 or 12273340. OLE color: 12273340.

HSL color Cylindrical-coordinate representation of color #BC46BB: hue angle of 300.51º 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 #BC46BB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 187 -
CMYK 0 0.63 0.01 0.26
HSL 300.51º 0.47% 0.51% -
HSV(B) 300.51º 0.63% 0.74% -
XYZ 31.9 18.66 48.93 -
YUV 118.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 188 70 187 0 0.63 0.01 0.26 300.51 0.47 0.51
Hex BC 46 BB 0 3F 1 1A 12D 2F 33
Octal 274 106 273 0 77 1 32 455 57 63
Binary 10111100 1000110 10111011 0 111111 1 11010 100101101 101111 110011

Color Harmonies of #BC46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46BB

Black with #BC46BB

Text Example


Text Example

White with #BC46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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