Html Css Color HEX #BC2ABF Fuchsia

📋 copy color: '#BC2ABF'

red 188 ◦ green 42 ◦ blue 191

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

Shades of Fuchsia #BC2ABF

Tints of Fuchsia #BC2ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 44.66%
G = 9.98%
B = 45.37%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2ABF (or 0xBC2ABF) is known color: Fuchsia. HEX triplet: BC, 2A and BF. RGB value is (188,42,191). Sum of RGB (Red+Green+Blue) = 188+42+191=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC2ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ABF is #43D540. Grayscale: #666666. Windows color (decimal): -4445505 or 12528316. OLE color: 12528316.

HSL color Cylindrical-coordinate representation of color #BC2ABF: hue angle of 298.79º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ABF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 42 191 -
CMYK 0.02 0.78 0 0.25
HSL 298.79º 0.64% 0.46% -
HSV(B) 298.79º 0.78% 0.75% -
XYZ 30.97 16.11 50.77 -
YUV 102.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 188 42 191 0.02 0.78 0 0.25 298.79 0.64 0.46
Hex BC 2A BF 2 4E 0 19 12B 40 2E
Octal 274 52 277 2 116 0 31 453 100 56
Binary 10111100 101010 10111111 10 1001110 0 11001 100101011 1000000 101110

Color Harmonies of #BC2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ABF

Black with #BC2ABF

Text Example


Text Example

White with #BC2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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