Html Css Color HEX #BC29B4 Fuchsia

📋 copy color: '#BC29B4'

red 188 ◦ green 41 ◦ blue 180

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

Shades of Fuchsia #BC29B4

Tints of Fuchsia #BC29B4

RGB

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

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

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

R = 45.97%
G = 10.02%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC29B4 (or 0xBC29B4) is known color: Fuchsia. HEX triplet: BC, 29 and B4. RGB value is (188,41,180). Sum of RGB (Red+Green+Blue) = 188+41+180=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B4 is #43D64B. Grayscale: #646464. Windows color (decimal): -4445772 or 11807164. OLE color: 11807164.

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

Color convert

RGB 188 41 180 -
CMYK 0 0.78 0.04 0.26
HSL 303.27º 0.64% 0.45% -
HSV(B) 303.27º 0.78% 0.74% -
XYZ 29.77 15.57 44.62 -
YUV 100.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 188 41 180 0 0.78 0.04 0.26 303.27 0.64 0.45
Hex BC 29 B4 0 4E 4 1A 12F 40 2D
Octal 274 51 264 0 116 4 32 457 100 55
Binary 10111100 101001 10110100 0 1001110 100 11010 100101111 1000000 101101

Color Harmonies of #BC29B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29B4

Black with #BC29B4

Text Example


Text Example

White with #BC29B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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