Html Css Color HEX #BC2AB5 Fuchsia

📋 copy color: '#BC2AB5'

red 188 ◦ green 42 ◦ blue 181

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

Shades of Fuchsia #BC2AB5

Tints of Fuchsia #BC2AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 45.74%
G = 10.22%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC2AB5 (or 0xBC2AB5) is known color: Fuchsia. HEX triplet: BC, 2A and B5. RGB value is (188,42,181). Sum of RGB (Red+Green+Blue) = 188+42+181=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AB5 is #43D54A. Grayscale: #656565. Windows color (decimal): -4445515 or 11872956. OLE color: 11872956.

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

Color convert

RGB 188 42 181 -
CMYK 0 0.78 0.04 0.26
HSL 302.88º 0.63% 0.45% -
HSV(B) 302.88º 0.78% 0.74% -
XYZ 29.91 15.68 45.17 -
YUV 101.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 188 42 181 0 0.78 0.04 0.26 302.88 0.63 0.45
Hex BC 2A B5 0 4E 4 1A 12F 3F 2D
Octal 274 52 265 0 116 4 32 457 77 55
Binary 10111100 101010 10110101 0 1001110 100 11010 100101111 111111 101101

Color Harmonies of #BC2AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AB5

Black with #BC2AB5

Text Example


Text Example

White with #BC2AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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