Html Css Color HEX #BB4AB9 Fuchsia

📋 copy color: '#BB4AB9'

red 187 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #BB4AB9

Tints of Fuchsia #BB4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 41.93%
G = 16.59%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB4AB9 (or 0xBB4AB9) is known color: Fuchsia. HEX triplet: BB, 4A and B9. RGB value is (187,74,185). Sum of RGB (Red+Green+Blue) = 187+74+185=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AB9 is #44B546. Grayscale: #787878. Windows color (decimal): -4502855 or 12143291. OLE color: 12143291.

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

Color convert

RGB 187 74 185 -
CMYK 0 0.60 0.01 0.27
HSL 301.06º 0.45% 0.51% -
HSV(B) 301.06º 0.6% 0.73% -
XYZ 31.7 18.97 47.89 -
YUV 120.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 187 74 185 0 0.60 0.01 0.27 301.06 0.45 0.51
Hex BB 4A B9 0 3C 1 1B 12D 2D 33
Octal 273 112 271 0 74 1 33 455 55 63
Binary 10111011 1001010 10111001 0 111100 1 11011 100101101 101101 110011

Color Harmonies of #BB4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AB9

Black with #BB4AB9

Text Example


Text Example

White with #BB4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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