Html Css Color HEX #BB4ABB Fuchsia

📋 copy color: '#BB4ABB'

red 187 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #BB4ABB

Tints of Fuchsia #BB4ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 41.74%
G = 16.52%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB4ABB (or 0xBB4ABB) is known color: Fuchsia. HEX triplet: BB, 4A and BB. RGB value is (187,74,187). Sum of RGB (Red+Green+Blue) = 187+74+187=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ABB is #44B544. Grayscale: #787878. Windows color (decimal): -4502853 or 12274363. OLE color: 12274363.

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

Color convert

RGB 187 74 187 -
CMYK 0 0.60 0 0.27
HSL 300º 0.45% 0.51% -
HSV(B) 300º 0.6% 0.73% -
XYZ 31.91 19.05 49.01 -
YUV 120.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 187 74 187 0 0.60 0 0.27 300 0.45 0.51
Hex BB 4A BB 0 3C 0 1B 12C 2D 33
Octal 273 112 273 0 74 0 33 454 55 63
Binary 10111011 1001010 10111011 0 111100 0 11011 100101100 101101 110011

Color Harmonies of #BB4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ABB

Black with #BB4ABB

Text Example


Text Example

White with #BB4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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