Html Css Color HEX #BB29B9 Fuchsia

📋 copy color: '#BB29B9'

red 187 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #BB29B9

Tints of Fuchsia #BB29B9

RGB

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

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

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

R = 45.28%
G = 9.93%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB29B9 (or 0xBB29B9) is known color: Fuchsia. HEX triplet: BB, 29 and B9. RGB value is (187,41,185). Sum of RGB (Red+Green+Blue) = 187+41+185=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29B9 is #44D646. Grayscale: #646464. Windows color (decimal): -4511303 or 12134843. OLE color: 12134843.

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

Color convert

RGB 187 41 185 -
CMYK 0 0.78 0.01 0.27
HSL 300.82º 0.64% 0.45% -
HSV(B) 300.82º 0.78% 0.73% -
XYZ 30.04 15.65 47.34 -
YUV 101.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 187 41 185 0 0.78 0.01 0.27 300.82 0.64 0.45
Hex BB 29 B9 0 4E 1 1B 12D 40 2D
Octal 273 51 271 0 116 1 33 455 100 55
Binary 10111011 101001 10111001 0 1001110 1 11011 100101101 1000000 101101

Color Harmonies of #BB29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29B9

Black with #BB29B9

Text Example


Text Example

White with #BB29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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