Html Css Color HEX #BB29B8 Fuchsia

📋 copy color: '#BB29B8'

red 187 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #BB29B8

Tints of Fuchsia #BB29B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 45.39%
G = 9.95%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB29B8 (or 0xBB29B8) is known color: Fuchsia. HEX triplet: BB, 29 and B8. RGB value is (187,41,184). Sum of RGB (Red+Green+Blue) = 187+41+184=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29B8 is #44D647. Grayscale: #646464. Windows color (decimal): -4511304 or 12069307. OLE color: 12069307.

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

Color convert

RGB 187 41 184 -
CMYK 0 0.78 0.02 0.27
HSL 301.23º 0.64% 0.45% -
HSV(B) 301.23º 0.78% 0.73% -
XYZ 29.94 15.61 46.78 -
YUV 100.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 187 41 184 0 0.78 0.02 0.27 301.23 0.64 0.45
Hex BB 29 B8 0 4E 2 1B 12D 40 2D
Octal 273 51 270 0 116 2 33 455 100 55
Binary 10111011 101001 10111000 0 1001110 10 11011 100101101 1000000 101101

Color Harmonies of #BB29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29B8

Black with #BB29B8

Text Example


Text Example

White with #BB29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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