Html Css Color HEX #BB4AB2 Fuchsia

📋 copy color: '#BB4AB2'

red 187 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #BB4AB2

Tints of Fuchsia #BB4AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 42.6%
G = 16.86%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB4AB2 (or 0xBB4AB2) is known color: Fuchsia. HEX triplet: BB, 4A and B2. RGB value is (187,74,178). Sum of RGB (Red+Green+Blue) = 187+74+178=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AB2 is #44B54D. Grayscale: #777777. Windows color (decimal): -4502862 or 11684539. OLE color: 11684539.

HSL color Cylindrical-coordinate representation of color #BB4AB2: hue angle of 304.78º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4AB2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 178 -
CMYK 0 0.60 0.05 0.27
HSL 304.78º 0.45% 0.51% -
HSV(B) 304.78º 0.6% 0.73% -
XYZ 30.98 18.68 44.09 -
YUV 119.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 187 74 178 0 0.60 0.05 0.27 304.78 0.45 0.51
Hex BB 4A B2 0 3C 5 1B 131 2D 33
Octal 273 112 262 0 74 5 33 461 55 63
Binary 10111011 1001010 10110010 0 111100 101 11011 100110001 101101 110011

Color Harmonies of #BB4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AB2

Black with #BB4AB2

Text Example


Text Example

White with #BB4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AB2; }

 p { color: rgb(187,74,178); }

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

background-color css

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

 a { background-color: rgb(187,74,178); }

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

border-color css

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

 span { border-color: rgb(187,74,178); }

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