Html Css Color HEX #BC40B5 Fuchsia

📋 copy color: '#BC40B5'

red 188 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #BC40B5

Tints of Fuchsia #BC40B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 43.42%
G = 14.78%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC40B5 (or 0xBC40B5) is known color: Fuchsia. HEX triplet: BC, 40 and B5. RGB value is (188,64,181). Sum of RGB (Red+Green+Blue) = 188+64+181=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40B5 is #43BF4A. Grayscale: #727272. Windows color (decimal): -4439883 or 11878588. OLE color: 11878588.

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

Color convert

RGB 188 64 181 -
CMYK 0 0.66 0.04 0.26
HSL 303.39º 0.49% 0.49% -
HSV(B) 303.39º 0.66% 0.74% -
XYZ 30.91 17.69 45.5 -
YUV 114.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 188 64 181 0 0.66 0.04 0.26 303.39 0.49 0.49
Hex BC 40 B5 0 42 4 1A 12F 31 31
Octal 274 100 265 0 102 4 32 457 61 61
Binary 10111100 1000000 10110101 0 1000010 100 11010 100101111 110001 110001

Color Harmonies of #BC40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40B5

Black with #BC40B5

Text Example


Text Example

White with #BC40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40B5; }

 p { color: rgb(188,64,181); }

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

background-color css

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

 a { background-color: rgb(188,64,181); }

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

border-color css

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

 span { border-color: rgb(188,64,181); }

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