Html Css Color HEX #BC29B7 Fuchsia

📋 copy color: '#BC29B7'

red 188 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #BC29B7

Tints of Fuchsia #BC29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 45.63%
G = 9.95%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC29B7 (or 0xBC29B7) is known color: Fuchsia. HEX triplet: BC, 29 and B7. RGB value is (188,41,183). Sum of RGB (Red+Green+Blue) = 188+41+183=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B7 is #43D648. Grayscale: #646464. Windows color (decimal): -4445769 or 12003772. OLE color: 12003772.

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

Color convert

RGB 188 41 183 -
CMYK 0 0.78 0.03 0.26
HSL 302.04º 0.64% 0.45% -
HSV(B) 302.04º 0.78% 0.74% -
XYZ 30.08 15.7 46.24 -
YUV 101.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 188 41 183 0 0.78 0.03 0.26 302.04 0.64 0.45
Hex BC 29 B7 0 4E 3 1A 12E 40 2D
Octal 274 51 267 0 116 3 32 456 100 55
Binary 10111100 101001 10110111 0 1001110 11 11010 100101110 1000000 101101

Color Harmonies of #BC29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29B7

Black with #BC29B7

Text Example


Text Example

White with #BC29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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