Html Css Color HEX #BC29B0 Fuchsia

📋 copy color: '#BC29B0'

red 188 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #BC29B0

Tints of Fuchsia #BC29B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 46.42%
G = 10.12%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC29B0 (or 0xBC29B0) is known color: Fuchsia. HEX triplet: BC, 29 and B0. RGB value is (188,41,176). Sum of RGB (Red+Green+Blue) = 188+41+176=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29B0 is #43D64F. Grayscale: #636363. Windows color (decimal): -4445776 or 11545020. OLE color: 11545020.

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

Color convert

RGB 188 41 176 -
CMYK 0 0.78 0.06 0.26
HSL 304.9º 0.64% 0.45% -
HSV(B) 304.9º 0.78% 0.74% -
XYZ 29.37 15.41 42.5 -
YUV 100.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 188 41 176 0 0.78 0.06 0.26 304.9 0.64 0.45
Hex BC 29 B0 0 4E 6 1A 131 40 2D
Octal 274 51 260 0 116 6 32 461 100 55
Binary 10111100 101001 10110000 0 1001110 110 11010 100110001 1000000 101101

Color Harmonies of #BC29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29B0

Black with #BC29B0

Text Example


Text Example

White with #BC29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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