Html Css Color HEX #B147BB Fuchsia

📋 copy color: '#B147BB'

red 177 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #B147BB

Tints of Fuchsia #B147BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 40.69%
G = 16.32%
B = 42.99%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B147BB (or 0xB147BB) is known color: Fuchsia. HEX triplet: B1, 47 and BB. RGB value is (177,71,187). Sum of RGB (Red+Green+Blue) = 177+71+187=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B147BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147BB is #4EB844. Grayscale: #737373. Windows color (decimal): -5158981 or 12273585. OLE color: 12273585.

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

Color convert

RGB 177 71 187 -
CMYK 0.05 0.62 0 0.27
HSL 294.83º 0.46% 0.51% -
HSV(B) 294.83º 0.62% 0.73% -
XYZ 29.35 17.44 48.83 -
YUV 115.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 177 71 187 0.05 0.62 0 0.27 294.83 0.46 0.51
Hex B1 47 BB 5 3E 0 1B 127 2E 33
Octal 261 107 273 5 76 0 33 447 56 63
Binary 10110001 1000111 10111011 101 111110 0 11011 100100111 101110 110011

Color Harmonies of #B147BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147BB

Black with #B147BB

Text Example


Text Example

White with #B147BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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