Html Css Color HEX #BC2CB4 Fuchsia

📋 copy color: '#BC2CB4'

red 188 ◦ green 44 ◦ blue 180

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

Shades of Fuchsia #BC2CB4

Tints of Fuchsia #BC2CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 45.63%
G = 10.68%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC2CB4 (or 0xBC2CB4) is known color: Fuchsia. HEX triplet: BC, 2C and B4. RGB value is (188,44,180). Sum of RGB (Red+Green+Blue) = 188+44+180=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CB4 is #43D34B. Grayscale: #666666. Windows color (decimal): -4445004 or 11807932. OLE color: 11807932.

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

Color convert

RGB 188 44 180 -
CMYK 0 0.77 0.04 0.26
HSL 303.33º 0.62% 0.45% -
HSV(B) 303.33º 0.77% 0.74% -
XYZ 29.88 15.79 44.65 -
YUV 102.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 188 44 180 0 0.77 0.04 0.26 303.33 0.62 0.45
Hex BC 2C B4 0 4D 4 1A 12F 3E 2D
Octal 274 54 264 0 115 4 32 457 76 55
Binary 10111100 101100 10110100 0 1001101 100 11010 100101111 111110 101101

Color Harmonies of #BC2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CB4

Black with #BC2CB4

Text Example


Text Example

White with #BC2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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