Html Css Color HEX #BB4ABA Fuchsia

📋 copy color: '#BB4ABA'

red 187 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #BB4ABA

Tints of Fuchsia #BB4ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 41.83%
G = 16.55%
B = 41.61%

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

#BB4ABA (or 0xBB4ABA) is known color: Fuchsia. HEX triplet: BB, 4A and BA. RGB value is (187,74,186). Sum of RGB (Red+Green+Blue) = 187+74+186=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ABA is #44B545. Grayscale: #787878. Windows color (decimal): -4502854 or 12208827. OLE color: 12208827.

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

Color convert

RGB 187 74 186 -
CMYK 0 0.60 0.01 0.27
HSL 300.53º 0.45% 0.51% -
HSV(B) 300.53º 0.6% 0.73% -
XYZ 31.81 19.01 48.45 -
YUV 120.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 187 74 186 0 0.60 0.01 0.27 300.53 0.45 0.51
Hex BB 4A BA 0 3C 1 1B 12D 2D 33
Octal 273 112 272 0 74 1 33 455 55 63
Binary 10111011 1001010 10111010 0 111100 1 11011 100101101 101101 110011

Color Harmonies of #BB4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ABA

Black with #BB4ABA

Text Example


Text Example

White with #BB4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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