Html Css Color HEX #BB29B5 Fuchsia

📋 copy color: '#BB29B5'

red 187 ◦ green 41 ◦ blue 181

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

Shades of Fuchsia #BB29B5

Tints of Fuchsia #BB29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 45.72%
G = 10.02%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB29B5 (or 0xBB29B5) is known color: Fuchsia. HEX triplet: BB, 29 and B5. RGB value is (187,41,181). Sum of RGB (Red+Green+Blue) = 187+41+181=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29B5 is #44D64A. Grayscale: #646464. Windows color (decimal): -4511307 or 11872699. OLE color: 11872699.

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

Color convert

RGB 187 41 181 -
CMYK 0 0.78 0.03 0.27
HSL 302.47º 0.64% 0.45% -
HSV(B) 302.47º 0.78% 0.73% -
XYZ 29.63 15.49 45.14 -
YUV 100.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 187 41 181 0 0.78 0.03 0.27 302.47 0.64 0.45
Hex BB 29 B5 0 4E 3 1B 12E 40 2D
Octal 273 51 265 0 116 3 33 456 100 55
Binary 10111011 101001 10110101 0 1001110 11 11011 100101110 1000000 101101

Color Harmonies of #BB29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29B5

Black with #BB29B5

Text Example


Text Example

White with #BB29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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