Html Css Color HEX #BC2ABE Fuchsia

📋 copy color: '#BC2ABE'

red 188 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #BC2ABE

Tints of Fuchsia #BC2ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 44.76%
G = 10%
B = 45.24%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2ABE (or 0xBC2ABE) is known color: Fuchsia. HEX triplet: BC, 2A and BE. RGB value is (188,42,190). Sum of RGB (Red+Green+Blue) = 188+42+190=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ABE is #43D541. Grayscale: #666666. Windows color (decimal): -4445506 or 12462780. OLE color: 12462780.

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

Color convert

RGB 188 42 190 -
CMYK 0.01 0.78 0 0.25
HSL 299.19º 0.64% 0.45% -
HSV(B) 299.19º 0.78% 0.75% -
XYZ 30.86 16.07 50.19 -
YUV 102.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 188 42 190 0.01 0.78 0 0.25 299.19 0.64 0.45
Hex BC 2A BE 1 4E 0 19 12B 40 2D
Octal 274 52 276 1 116 0 31 453 100 55
Binary 10111100 101010 10111110 1 1001110 0 11001 100101011 1000000 101101

Color Harmonies of #BC2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ABE

Black with #BC2ABE

Text Example


Text Example

White with #BC2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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