Html Css Color HEX #BC29BB Fuchsia

📋 copy color: '#BC29BB'

red 188 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #BC29BB

Tints of Fuchsia #BC29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 45.19%
G = 9.86%
B = 44.95%

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

#BC29BB (or 0xBC29BB) is known color: Fuchsia. HEX triplet: BC, 29 and BB. RGB value is (188,41,187). Sum of RGB (Red+Green+Blue) = 188+41+187=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29BB is #43D644. Grayscale: #656565. Windows color (decimal): -4445765 or 12265916. OLE color: 12265916.

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

Color convert

RGB 188 41 187 -
CMYK 0 0.78 0.01 0.26
HSL 300.41º 0.64% 0.45% -
HSV(B) 300.41º 0.78% 0.74% -
XYZ 30.5 15.87 48.47 -
YUV 101.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 188 41 187 0 0.78 0.01 0.26 300.41 0.64 0.45
Hex BC 29 BB 0 4E 1 1A 12C 40 2D
Octal 274 51 273 0 116 1 32 454 100 55
Binary 10111100 101001 10111011 0 1001110 1 11010 100101100 1000000 101101

Color Harmonies of #BC29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29BB

Black with #BC29BB

Text Example


Text Example

White with #BC29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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