Html Css Color HEX #BC29B9 Fuchsia

📋 copy color: '#BC29B9'

red 188 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #BC29B9

Tints of Fuchsia #BC29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 45.41%
G = 9.9%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC29B9 (or 0xBC29B9) is known color: Fuchsia. HEX triplet: BC, 29 and B9. RGB value is (188,41,185). Sum of RGB (Red+Green+Blue) = 188+41+185=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B9 is #43D646. Grayscale: #646464. Windows color (decimal): -4445767 or 12134844. OLE color: 12134844.

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

Color convert

RGB 188 41 185 -
CMYK 0 0.78 0.02 0.26
HSL 301.22º 0.64% 0.45% -
HSV(B) 301.22º 0.78% 0.74% -
XYZ 30.29 15.78 47.35 -
YUV 101.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 188 41 185 0 0.78 0.02 0.26 301.22 0.64 0.45
Hex BC 29 B9 0 4E 2 1A 12D 40 2D
Octal 274 51 271 0 116 2 32 455 100 55
Binary 10111100 101001 10111001 0 1001110 10 11010 100101101 1000000 101101

Color Harmonies of #BC29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29B9

Black with #BC29B9

Text Example


Text Example

White with #BC29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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