Html Css Color HEX #BC2AB4 Fuchsia

📋 copy color: '#BC2AB4'

red 188 ◦ green 42 ◦ blue 180

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

Shades of Fuchsia #BC2AB4

Tints of Fuchsia #BC2AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 45.85%
G = 10.24%
B = 43.9%

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

#BC2AB4 (or 0xBC2AB4) is known color: Fuchsia. HEX triplet: BC, 2A and B4. RGB value is (188,42,180). Sum of RGB (Red+Green+Blue) = 188+42+180=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AB4 is #43D54B. Grayscale: #646464. Windows color (decimal): -4445516 or 11807420. OLE color: 11807420.

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

Color convert

RGB 188 42 180 -
CMYK 0 0.78 0.04 0.26
HSL 303.29º 0.63% 0.45% -
HSV(B) 303.29º 0.78% 0.74% -
XYZ 29.81 15.64 44.63 -
YUV 101.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 188 42 180 0 0.78 0.04 0.26 303.29 0.63 0.45
Hex BC 2A B4 0 4E 4 1A 12F 3F 2D
Octal 274 52 264 0 116 4 32 457 77 55
Binary 10111100 101010 10110100 0 1001110 100 11010 100101111 111111 101101

Color Harmonies of #BC2AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AB4

Black with #BC2AB4

Text Example


Text Example

White with #BC2AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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