Html Css Color HEX #BB29B0 Fuchsia

📋 copy color: '#BB29B0'

red 187 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #BB29B0

Tints of Fuchsia #BB29B0

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

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

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

R = 46.29%
G = 10.15%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB29B0 (or 0xBB29B0) is known color: Fuchsia. HEX triplet: BB, 29 and B0. RGB value is (187,41,176). Sum of RGB (Red+Green+Blue) = 187+41+176=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29B0 is #44D64F. Grayscale: #636363. Windows color (decimal): -4511312 or 11545019. OLE color: 11545019.

HSL color Cylindrical-coordinate representation of color #BB29B0: hue angle of 304.52º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB29B0 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 176 -
CMYK 0 0.78 0.06 0.27
HSL 304.52º 0.64% 0.45% -
HSV(B) 304.52º 0.78% 0.73% -
XYZ 29.12 15.29 42.49 -
YUV 100.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 187 41 176 0 0.78 0.06 0.27 304.52 0.64 0.45
Hex BB 29 B0 0 4E 6 1B 131 40 2D
Octal 273 51 260 0 116 6 33 461 100 55
Binary 10111011 101001 10110000 0 1001110 110 11011 100110001 1000000 101101

Color Harmonies of #BB29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29B0

Black with #BB29B0

Text Example


Text Example

White with #BB29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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