Html Css Color HEX #BB4BA6 Fuchsia

📋 copy color: '#BB4BA6'

red 187 ◦ green 75 ◦ blue 166

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

Shades of Fuchsia #BB4BA6

Tints of Fuchsia #BB4BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 43.69%
G = 17.52%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB4BA6 (or 0xBB4BA6) is known color: Fuchsia. HEX triplet: BB, 4B and A6. RGB value is (187,75,166). Sum of RGB (Red+Green+Blue) = 187+75+166=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BA6 is #44B459. Grayscale: #767676. Windows color (decimal): -4502618 or 10898363. OLE color: 10898363.

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

Color convert

RGB 187 75 166 -
CMYK 0 0.60 0.11 0.27
HSL 311.25º 0.45% 0.51% -
HSV(B) 311.25º 0.6% 0.73% -
XYZ 29.89 18.35 38.04 -
YUV 118.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 187 75 166 0 0.60 0.11 0.27 311.25 0.45 0.51
Hex BB 4B A6 0 3C B 1B 137 2D 33
Octal 273 113 246 0 74 13 33 467 55 63
Binary 10111011 1001011 10100110 0 111100 1011 11011 100110111 101101 110011

Color Harmonies of #BB4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BA6

Black with #BB4BA6

Text Example


Text Example

White with #BB4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BA6; }

 p { color: rgb(187,75,166); }

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

background-color css

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

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

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

border-color css

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

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

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