Html Css Color HEX #BC29AF Fuchsia

📋 copy color: '#BC29AF'

red 188 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #BC29AF

Tints of Fuchsia #BC29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 46.53%
G = 10.15%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC29AF (or 0xBC29AF) is known color: Fuchsia. HEX triplet: BC, 29 and AF. RGB value is (188,41,175). Sum of RGB (Red+Green+Blue) = 188+41+175=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29AF is #43D650. Grayscale: #636363. Windows color (decimal): -4445777 or 11479484. OLE color: 11479484.

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

Color convert

RGB 188 41 175 -
CMYK 0 0.78 0.07 0.26
HSL 305.31º 0.64% 0.45% -
HSV(B) 305.31º 0.78% 0.74% -
XYZ 29.27 15.37 41.98 -
YUV 100.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 188 41 175 0 0.78 0.07 0.26 305.31 0.64 0.45
Hex BC 29 AF 0 4E 7 1A 131 40 2D
Octal 274 51 257 0 116 7 32 461 100 55
Binary 10111100 101001 10101111 0 1001110 111 11010 100110001 1000000 101101

Color Harmonies of #BC29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29AF

Black with #BC29AF

Text Example


Text Example

White with #BC29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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