Html Css Color HEX #BB46AC Fuchsia

📋 copy color: '#BB46AC'

red 187 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #BB46AC

Tints of Fuchsia #BB46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 43.59%
G = 16.32%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB46AC (or 0xBB46AC) is known color: Fuchsia. HEX triplet: BB, 46 and AC. RGB value is (187,70,172). Sum of RGB (Red+Green+Blue) = 187+70+172=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB46AC is #44B953. Grayscale: #747474. Windows color (decimal): -4503892 or 11290299. OLE color: 11290299.

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

Color convert

RGB 187 70 172 -
CMYK 0 0.63 0.08 0.27
HSL 307.69º 0.46% 0.5% -
HSV(B) 307.69º 0.63% 0.73% -
XYZ 30.13 17.92 40.9 -
YUV 116.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 187 70 172 0 0.63 0.08 0.27 307.69 0.46 0.5
Hex BB 46 AC 0 3F 8 1B 134 2E 32
Octal 273 106 254 0 77 10 33 464 56 62
Binary 10111011 1000110 10101100 0 111111 1000 11011 100110100 101110 110010

Color Harmonies of #BB46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46AC

Black with #BB46AC

Text Example


Text Example

White with #BB46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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