Html Css Color HEX #BC2CC0 Fuchsia

📋 copy color: '#BC2CC0'

red 188 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #BC2CC0

Tints of Fuchsia #BC2CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 44.34%
G = 10.38%
B = 45.28%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2CC0 (or 0xBC2CC0) is known color: Fuchsia. HEX triplet: BC, 2C and C0. RGB value is (188,44,192). Sum of RGB (Red+Green+Blue) = 188+44+192=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CC0 is #43D33F. Grayscale: #676767. Windows color (decimal): -4444992 or 12594364. OLE color: 12594364.

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

Color convert

RGB 188 44 192 -
CMYK 0.02 0.77 0 0.25
HSL 298.38º 0.63% 0.46% -
HSV(B) 298.38º 0.77% 0.75% -
XYZ 31.15 16.3 51.37 -
YUV 103.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 188 44 192 0.02 0.77 0 0.25 298.38 0.63 0.46
Hex BC 2C C0 2 4D 0 19 12A 3F 2E
Octal 274 54 300 2 115 0 31 452 77 56
Binary 10111100 101100 11000000 10 1001101 0 11001 100101010 111111 101110

Color Harmonies of #BC2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CC0

Black with #BC2CC0

Text Example


Text Example

White with #BC2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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