Html Css Color HEX #BC29BA Fuchsia

📋 copy color: '#BC29BA'

red 188 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #BC29BA

Tints of Fuchsia #BC29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 45.3%
G = 9.88%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC29BA (or 0xBC29BA) is known color: Fuchsia. HEX triplet: BC, 29 and BA. RGB value is (188,41,186). Sum of RGB (Red+Green+Blue) = 188+41+186=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29BA is #43D645. Grayscale: #656565. Windows color (decimal): -4445766 or 12200380. OLE color: 12200380.

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

Color convert

RGB 188 41 186 -
CMYK 0 0.78 0.01 0.26
HSL 300.82º 0.64% 0.45% -
HSV(B) 300.82º 0.78% 0.74% -
XYZ 30.39 15.82 47.91 -
YUV 101.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 188 41 186 0 0.78 0.01 0.26 300.82 0.64 0.45
Hex BC 29 BA 0 4E 1 1A 12D 40 2D
Octal 274 51 272 0 116 1 32 455 100 55
Binary 10111100 101001 10111010 0 1001110 1 11010 100101101 1000000 101101

Color Harmonies of #BC29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29BA

Black with #BC29BA

Text Example


Text Example

White with #BC29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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