Html Css Color HEX #BC29B3 Fuchsia

📋 copy color: '#BC29B3'

red 188 ◦ green 41 ◦ blue 179

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

Shades of Fuchsia #BC29B3

Tints of Fuchsia #BC29B3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.05%

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

R = 46.08%
G = 10.05%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC29B3 (or 0xBC29B3) is known color: Fuchsia. HEX triplet: BC, 29 and B3. RGB value is (188,41,179). Sum of RGB (Red+Green+Blue) = 188+41+179=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B3 is #43D64C. Grayscale: #646464. Windows color (decimal): -4445773 or 11741628. OLE color: 11741628.

HSL color Cylindrical-coordinate representation of color #BC29B3: hue angle of 303.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC29B3 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 179 -
CMYK 0 0.78 0.05 0.26
HSL 303.67º 0.64% 0.45% -
HSV(B) 303.67º 0.78% 0.74% -
XYZ 29.67 15.53 44.08 -
YUV 100.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 188 41 179 0 0.78 0.05 0.26 303.67 0.64 0.45
Hex BC 29 B3 0 4E 5 1A 130 40 2D
Octal 274 51 263 0 116 5 32 460 100 55
Binary 10111100 101001 10110011 0 1001110 101 11010 100110000 1000000 101101

Color Harmonies of #BC29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29B3

Black with #BC29B3

Text Example


Text Example

White with #BC29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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