Html Css Color HEX #BC46BD Fuchsia

📋 copy color: '#BC46BD'

red 188 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #BC46BD

Tints of Fuchsia #BC46BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 42.06%
G = 15.66%
B = 42.28%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC46BD (or 0xBC46BD) is known color: Fuchsia. HEX triplet: BC, 46 and BD. RGB value is (188,70,189). Sum of RGB (Red+Green+Blue) = 188+70+189=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46BD is #43B942. Grayscale: #767676. Windows color (decimal): -4438339 or 12404412. OLE color: 12404412.

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

Color convert

RGB 188 70 189 -
CMYK 0.01 0.63 0 0.26
HSL 299.5º 0.47% 0.51% -
HSV(B) 299.5º 0.63% 0.74% -
XYZ 32.11 18.75 50.07 -
YUV 118.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 188 70 189 0.01 0.63 0 0.26 299.5 0.47 0.51
Hex BC 46 BD 1 3F 0 1A 12B 2F 33
Octal 274 106 275 1 77 0 32 453 57 63
Binary 10111100 1000110 10111101 1 111111 0 11010 100101011 101111 110011

Color Harmonies of #BC46BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46BD

Black with #BC46BD

Text Example


Text Example

White with #BC46BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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