Html Css Color HEX #BC2FB4 Fuchsia

📋 copy color: '#BC2FB4'

red 188 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #BC2FB4

Tints of Fuchsia #BC2FB4

RGB

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

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

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

R = 45.3%
G = 11.33%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB4 (or 0xBC2FB4) is known color: Fuchsia. HEX triplet: BC, 2F and B4. RGB value is (188,47,180). Sum of RGB (Red+Green+Blue) = 188+47+180=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB4 is #43D04B. Grayscale: #676767. Windows color (decimal): -4444236 or 11808700. OLE color: 11808700.

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

Color convert

RGB 188 47 180 -
CMYK 0 0.75 0.04 0.26
HSL 303.4º 0.6% 0.46% -
HSV(B) 303.4º 0.75% 0.74% -
XYZ 29.99 16.02 44.69 -
YUV 104.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 188 47 180 0 0.75 0.04 0.26 303.4 0.6 0.46
Hex BC 2F B4 0 4B 4 1A 12F 3C 2E
Octal 274 57 264 0 113 4 32 457 74 56
Binary 10111100 101111 10110100 0 1001011 100 11010 100101111 111100 101110

Color Harmonies of #BC2FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB4

Black with #BC2FB4

Text Example


Text Example

White with #BC2FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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