Html Css Color HEX #BC2CBA Fuchsia

📋 copy color: '#BC2CBA'

red 188 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #BC2CBA

Tints of Fuchsia #BC2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 44.98%
G = 10.53%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2CBA (or 0xBC2CBA) is known color: Fuchsia. HEX triplet: BC, 2C and BA. RGB value is (188,44,186). Sum of RGB (Red+Green+Blue) = 188+44+186=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CBA is #43D345. Grayscale: #666666. Windows color (decimal): -4444998 or 12201148. OLE color: 12201148.

HSL color Cylindrical-coordinate representation of color #BC2CBA: hue angle of 300.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CBA is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 186 -
CMYK 0 0.77 0.01 0.26
HSL 300.83º 0.62% 0.45% -
HSV(B) 300.83º 0.77% 0.74% -
XYZ 30.5 16.04 47.94 -
YUV 103.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 188 44 186 0 0.77 0.01 0.26 300.83 0.62 0.45
Hex BC 2C BA 0 4D 1 1A 12D 3E 2D
Octal 274 54 272 0 115 1 32 455 76 55
Binary 10111100 101100 10111010 0 1001101 1 11010 100101101 111110 101101

Color Harmonies of #BC2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CBA

Black with #BC2CBA

Text Example


Text Example

White with #BC2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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