Html Css Color HEX #BC2CC1 Fuchsia

📋 copy color: '#BC2CC1'

red 188 ◦ green 44 ◦ blue 193

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

Shades of Fuchsia #BC2CC1

Tints of Fuchsia #BC2CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.41%

R = 44.24%
G = 10.35%
B = 45.41%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC2CC1 (or 0xBC2CC1) is known color: Fuchsia. HEX triplet: BC, 2C and C1. RGB value is (188,44,193). Sum of RGB (Red+Green+Blue) = 188+44+193=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CC1 is #43D33E. Grayscale: #676767. Windows color (decimal): -4444991 or 12659900. OLE color: 12659900.

HSL color Cylindrical-coordinate representation of color #BC2CC1: hue angle of 297.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CC1 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 44 193 -
CMYK 0.03 0.77 0 0.24
HSL 297.99º 0.63% 0.46% -
HSV(B) 297.99º 0.77% 0.76% -
XYZ 31.27 16.34 51.96 -
YUV 104.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 188 44 193 0.03 0.77 0 0.24 297.99 0.63 0.46
Hex BC 2C C1 3 4D 0 18 12A 3F 2E
Octal 274 54 301 3 115 0 30 452 77 56
Binary 10111100 101100 11000001 11 1001101 0 11000 100101010 111111 101110

Color Harmonies of #BC2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CC1

Black with #BC2CC1

Text Example


Text Example

White with #BC2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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