Html Css Color HEX #BB34AC Fuchsia

📋 copy color: '#BB34AC'

red 187 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #BB34AC

Tints of Fuchsia #BB34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 45.5%
G = 12.65%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB34AC (or 0xBB34AC) is known color: Fuchsia. HEX triplet: BB, 34 and AC. RGB value is (187,52,172). Sum of RGB (Red+Green+Blue) = 187+52+172=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34AC is #44CB53. Grayscale: #696969. Windows color (decimal): -4508500 or 11285691. OLE color: 11285691.

HSL color Cylindrical-coordinate representation of color #BB34AC: hue angle of 306.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34AC is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 172 -
CMYK 0 0.72 0.08 0.27
HSL 306.67º 0.56% 0.47% -
HSV(B) 306.67º 0.72% 0.73% -
XYZ 29.17 16 40.58 -
YUV 106.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 187 52 172 0 0.72 0.08 0.27 306.67 0.56 0.47
Hex BB 34 AC 0 48 8 1B 133 38 2F
Octal 273 64 254 0 110 10 33 463 70 57
Binary 10111011 110100 10101100 0 1001000 1000 11011 100110011 111000 101111

Color Harmonies of #BB34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34AC

Black with #BB34AC

Text Example


Text Example

White with #BB34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34AC; }

 p { color: rgb(187,52,172); }

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

background-color css

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

 a { background-color: rgb(187,52,172); }

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

border-color css

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

 span { border-color: rgb(187,52,172); }

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