Html Css Color HEX #BC2AB3 Fuchsia

📋 copy color: '#BC2AB3'

red 188 ◦ green 42 ◦ blue 179

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

Shades of Fuchsia #BC2AB3

Tints of Fuchsia #BC2AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 45.97%
G = 10.27%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC2AB3 (or 0xBC2AB3) is known color: Fuchsia. HEX triplet: BC, 2A and B3. RGB value is (188,42,179). Sum of RGB (Red+Green+Blue) = 188+42+179=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AB3 is #43D54C. Grayscale: #646464. Windows color (decimal): -4445517 or 11741884. OLE color: 11741884.

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

Color convert

RGB 188 42 179 -
CMYK 0 0.78 0.05 0.26
HSL 303.7º 0.63% 0.45% -
HSV(B) 303.7º 0.78% 0.74% -
XYZ 29.7 15.6 44.09 -
YUV 101.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 188 42 179 0 0.78 0.05 0.26 303.7 0.63 0.45
Hex BC 2A B3 0 4E 5 1A 130 3F 2D
Octal 274 52 263 0 116 5 32 460 77 55
Binary 10111100 101010 10110011 0 1001110 101 11010 100110000 111111 101101

Color Harmonies of #BC2AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AB3

Black with #BC2AB3

Text Example


Text Example

White with #BC2AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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