Html Css Color HEX #BC41BB Fuchsia

📋 copy color: '#BC41BB'

red 188 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #BC41BB

Tints of Fuchsia #BC41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.77%

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

R = 42.73%
G = 14.77%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC41BB (or 0xBC41BB) is known color: Fuchsia. HEX triplet: BC, 41 and BB. RGB value is (188,65,187). Sum of RGB (Red+Green+Blue) = 188+65+187=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41BB is #43BE44. Grayscale: #737373. Windows color (decimal): -4439621 or 12272060. OLE color: 12272060.

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

Color convert

RGB 188 65 187 -
CMYK 0 0.65 0.01 0.26
HSL 300.49º 0.49% 0.5% -
HSV(B) 300.49º 0.65% 0.74% -
XYZ 31.6 18.06 48.83 -
YUV 115.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 188 65 187 0 0.65 0.01 0.26 300.49 0.49 0.5
Hex BC 41 BB 0 41 1 1A 12C 31 32
Octal 274 101 273 0 101 1 32 454 61 62
Binary 10111100 1000001 10111011 0 1000001 1 11010 100101100 110001 110010

Color Harmonies of #BC41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41BB

Black with #BC41BB

Text Example


Text Example

White with #BC41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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