Html Css Color HEX #BB29AF Fuchsia

📋 copy color: '#BB29AF'

red 187 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #BB29AF

Tints of Fuchsia #BB29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 46.4%
G = 10.17%
B = 43.42%

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

#BB29AF (or 0xBB29AF) is known color: Fuchsia. HEX triplet: BB, 29 and AF. RGB value is (187,41,175). Sum of RGB (Red+Green+Blue) = 187+41+175=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AF is #44D650. Grayscale: #636363. Windows color (decimal): -4511313 or 11479483. OLE color: 11479483.

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

Color convert

RGB 187 41 175 -
CMYK 0 0.78 0.06 0.27
HSL 304.93º 0.64% 0.45% -
HSV(B) 304.93º 0.78% 0.73% -
XYZ 29.02 15.25 41.97 -
YUV 99.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 187 41 175 0 0.78 0.06 0.27 304.93 0.64 0.45
Hex BB 29 AF 0 4E 6 1B 131 40 2D
Octal 273 51 257 0 116 6 33 461 100 55
Binary 10111011 101001 10101111 0 1001110 110 11011 100110001 1000000 101101

Color Harmonies of #BB29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29AF

Black with #BB29AF

Text Example


Text Example

White with #BB29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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