Html Css Color HEX #B146BB Fuchsia

📋 copy color: '#B146BB'

red 177 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #B146BB

Tints of Fuchsia #B146BB

RGB

 RED value IS 177 (69.53% from 255) = 40.78%

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 40.78%
G = 16.13%
B = 43.09%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B146BB (or 0xB146BB) is known color: Fuchsia. HEX triplet: B1, 46 and BB. RGB value is (177,70,187). Sum of RGB (Red+Green+Blue) = 177+70+187=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B146BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BB is #4EB944. Grayscale: #727272. Windows color (decimal): -5159237 or 12273329. OLE color: 12273329.

HSL color Cylindrical-coordinate representation of color #B146BB: hue angle of 294.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B146BB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 70 187 -
CMYK 0.05 0.63 0 0.27
HSL 294.87º 0.46% 0.5% -
HSV(B) 294.87º 0.63% 0.73% -
XYZ 29.29 17.32 48.81 -
YUV 115.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 177 70 187 0.05 0.63 0 0.27 294.87 0.46 0.5
Hex B1 46 BB 5 3F 0 1B 127 2E 32
Octal 261 106 273 5 77 0 33 447 56 62
Binary 10110001 1000110 10111011 101 111111 0 11011 100100111 101110 110010

Color Harmonies of #B146BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146BB

Black with #B146BB

Text Example


Text Example

White with #B146BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146BB; }

 p { color: rgb(177,70,187); }

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

background-color css

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

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

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

border-color css

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

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

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