Html Css Color HEX #BC2FB3 Fuchsia

📋 copy color: '#BC2FB3'

red 188 ◦ green 47 ◦ blue 179

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

Shades of Fuchsia #BC2FB3

Tints of Fuchsia #BC2FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 45.41%
G = 11.35%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB3 (or 0xBC2FB3) is known color: Fuchsia. HEX triplet: BC, 2F and B3. RGB value is (188,47,179). Sum of RGB (Red+Green+Blue) = 188+47+179=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB3 is #43D04C. Grayscale: #676767. Windows color (decimal): -4444237 or 11743164. OLE color: 11743164.

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

Color convert

RGB 188 47 179 -
CMYK 0 0.75 0.05 0.26
HSL 303.83º 0.6% 0.46% -
HSV(B) 303.83º 0.75% 0.74% -
XYZ 29.89 15.98 44.16 -
YUV 104.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 188 47 179 0 0.75 0.05 0.26 303.83 0.6 0.46
Hex BC 2F B3 0 4B 5 1A 130 3C 2E
Octal 274 57 263 0 113 5 32 460 74 56
Binary 10111100 101111 10110011 0 1001011 101 11010 100110000 111100 101110

Color Harmonies of #BC2FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB3

Black with #BC2FB3

Text Example


Text Example

White with #BC2FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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