Html Css Color HEX #BB29BE Fuchsia

📋 copy color: '#BB29BE'

red 187 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #BB29BE

Tints of Fuchsia #BB29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 44.74%
G = 9.81%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB29BE (or 0xBB29BE) is known color: Fuchsia. HEX triplet: BB, 29 and BE. RGB value is (187,41,190). Sum of RGB (Red+Green+Blue) = 187+41+190=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29BE is #44D641. Grayscale: #656565. Windows color (decimal): -4511298 or 12462523. OLE color: 12462523.

HSL color Cylindrical-coordinate representation of color #BB29BE: hue angle of 298.79º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB29BE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 41 190 -
CMYK 0.02 0.78 0 0.25
HSL 298.79º 0.65% 0.45% -
HSV(B) 298.79º 0.78% 0.75% -
XYZ 30.58 15.87 50.17 -
YUV 101.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 187 41 190 0.02 0.78 0 0.25 298.79 0.65 0.45
Hex BB 29 BE 2 4E 0 19 12B 41 2D
Octal 273 51 276 2 116 0 31 453 101 55
Binary 10111011 101001 10111110 10 1001110 0 11001 100101011 1000001 101101

Color Harmonies of #BB29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29BE

Black with #BB29BE

Text Example


Text Example

White with #BB29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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