Html Css Color HEX #BB4AB3 Fuchsia

📋 copy color: '#BB4AB3'

red 187 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #BB4AB3

Tints of Fuchsia #BB4AB3

RGB

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

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

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

R = 42.5%
G = 16.82%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB4AB3 (or 0xBB4AB3) is known color: Fuchsia. HEX triplet: BB, 4A and B3. RGB value is (187,74,179). Sum of RGB (Red+Green+Blue) = 187+74+179=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AB3 is #44B54C. Grayscale: #777777. Windows color (decimal): -4502861 or 11750075. OLE color: 11750075.

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

Color convert

RGB 187 74 179 -
CMYK 0 0.60 0.04 0.27
HSL 304.25º 0.45% 0.51% -
HSV(B) 304.25º 0.6% 0.73% -
XYZ 31.08 18.72 44.62 -
YUV 119.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 187 74 179 0 0.60 0.04 0.27 304.25 0.45 0.51
Hex BB 4A B3 0 3C 4 1B 130 2D 33
Octal 273 112 263 0 74 4 33 460 55 63
Binary 10111011 1001010 10110011 0 111100 100 11011 100110000 101101 110011

Color Harmonies of #BB4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AB3

Black with #BB4AB3

Text Example


Text Example

White with #BB4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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