Html Css Color HEX #BB4FA6 Fuchsia

📋 copy color: '#BB4FA6'

red 187 ◦ green 79 ◦ blue 166

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

Shades of Fuchsia #BB4FA6

Tints of Fuchsia #BB4FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

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

R = 43.29%
G = 18.29%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB4FA6 (or 0xBB4FA6) is known color: Fuchsia. HEX triplet: BB, 4F and A6. RGB value is (187,79,166). Sum of RGB (Red+Green+Blue) = 187+79+166=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4FA6 is #44B059. Grayscale: #787878. Windows color (decimal): -4501594 or 10899387. OLE color: 10899387.

HSL color Cylindrical-coordinate representation of color #BB4FA6: hue angle of 311.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FA6 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 166 -
CMYK 0 0.58 0.11 0.27
HSL 311.67º 0.44% 0.52% -
HSV(B) 311.67º 0.58% 0.73% -
XYZ 30.17 18.91 38.14 -
YUV 121.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 187 79 166 0 0.58 0.11 0.27 311.67 0.44 0.52
Hex BB 4F A6 0 3A B 1B 138 2C 34
Octal 273 117 246 0 72 13 33 470 54 64
Binary 10111011 1001111 10100110 0 111010 1011 11011 100111000 101100 110100

Color Harmonies of #BB4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FA6

Black with #BB4FA6

Text Example


Text Example

White with #BB4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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