Html Css Color HEX #BB29B3 Fuchsia

📋 copy color: '#BB29B3'

red 187 ◦ green 41 ◦ blue 179

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

Shades of Fuchsia #BB29B3

Tints of Fuchsia #BB29B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 45.95%
G = 10.07%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB29B3 (or 0xBB29B3) is known color: Fuchsia. HEX triplet: BB, 29 and B3. RGB value is (187,41,179). Sum of RGB (Red+Green+Blue) = 187+41+179=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29B3 is #44D64C. Grayscale: #636363. Windows color (decimal): -4511309 or 11741627. OLE color: 11741627.

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

Color convert

RGB 187 41 179 -
CMYK 0 0.78 0.04 0.27
HSL 303.29º 0.64% 0.45% -
HSV(B) 303.29º 0.78% 0.73% -
XYZ 29.42 15.41 44.07 -
YUV 100.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 187 41 179 0 0.78 0.04 0.27 303.29 0.64 0.45
Hex BB 29 B3 0 4E 4 1B 12F 40 2D
Octal 273 51 263 0 116 4 33 457 100 55
Binary 10111011 101001 10110011 0 1001110 100 11011 100101111 1000000 101101

Color Harmonies of #BB29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29B3

Black with #BB29B3

Text Example


Text Example

White with #BB29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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