Html Css Color HEX #BC2FBC Fuchsia

📋 copy color: '#BC2FBC'

red 188 ◦ green 47 ◦ blue 188

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

Shades of Fuchsia #BC2FBC

Tints of Fuchsia #BC2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.11%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC2FBC (or 0xBC2FBC) is known color: Fuchsia. HEX triplet: BC, 2F and BC. RGB value is (188,47,188). Sum of RGB (Red+Green+Blue) = 188+47+188=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC2FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FBC is #43D043. Grayscale: #686868. Windows color (decimal): -4444228 or 12332988. OLE color: 12332988.

HSL color Cylindrical-coordinate representation of color #BC2FBC: hue angle of 300º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FBC is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 188 -
CMYK 0 0.75 0 0.26
HSL 300º 0.6% 0.46% -
HSV(B) 300º 0.75% 0.74% -
XYZ 30.83 16.36 49.11 -
YUV 105.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 188 47 188 0 0.75 0 0.26 300 0.6 0.46
Hex BC 2F BC 0 4B 0 1A 12C 3C 2E
Octal 274 57 274 0 113 0 32 454 74 56
Binary 10111100 101111 10111100 0 1001011 0 11010 100101100 111100 101110

Color Harmonies of #BC2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FBC

Black with #BC2FBC

Text Example


Text Example

White with #BC2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FBC; }

 p { color: rgb(188,47,188); }

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

background-color css

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

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

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

border-color css

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

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

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