Html Css Color HEX #BC2ABA Fuchsia

📋 copy color: '#BC2ABA'

red 188 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #BC2ABA

Tints of Fuchsia #BC2ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 45.19%
G = 10.1%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2ABA (or 0xBC2ABA) is known color: Fuchsia. HEX triplet: BC, 2A and BA. RGB value is (188,42,186). Sum of RGB (Red+Green+Blue) = 188+42+186=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ABA is #43D545. Grayscale: #656565. Windows color (decimal): -4445510 or 12200636. OLE color: 12200636.

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

Color convert

RGB 188 42 186 -
CMYK 0 0.78 0.01 0.26
HSL 300.82º 0.63% 0.45% -
HSV(B) 300.82º 0.78% 0.74% -
XYZ 30.43 15.89 47.92 -
YUV 102.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 188 42 186 0 0.78 0.01 0.26 300.82 0.63 0.45
Hex BC 2A BA 0 4E 1 1A 12D 3F 2D
Octal 274 52 272 0 116 1 32 455 77 55
Binary 10111100 101010 10111010 0 1001110 1 11010 100101101 111111 101101

Color Harmonies of #BC2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ABA

Black with #BC2ABA

Text Example


Text Example

White with #BC2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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