Html Css Color HEX #BC2FB1 Fuchsia

📋 copy color: '#BC2FB1'

red 188 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #BC2FB1

Tints of Fuchsia #BC2FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 45.63%
G = 11.41%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB1 (or 0xBC2FB1) is known color: Fuchsia. HEX triplet: BC, 2F and B1. RGB value is (188,47,177). Sum of RGB (Red+Green+Blue) = 188+47+177=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FB1 is #43D04E. Grayscale: #676767. Windows color (decimal): -4444239 or 11612092. OLE color: 11612092.

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

Color convert

RGB 188 47 177 -
CMYK 0 0.75 0.06 0.26
HSL 304.68º 0.6% 0.46% -
HSV(B) 304.68º 0.75% 0.74% -
XYZ 29.69 15.9 43.1 -
YUV 103.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 188 47 177 0 0.75 0.06 0.26 304.68 0.6 0.46
Hex BC 2F B1 0 4B 6 1A 131 3C 2E
Octal 274 57 261 0 113 6 32 461 74 56
Binary 10111100 101111 10110001 0 1001011 110 11010 100110001 111100 101110

Color Harmonies of #BC2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB1

Black with #BC2FB1

Text Example


Text Example

White with #BC2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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