Html Css Color HEX #B170BB Fuchsia

📋 copy color: '#B170BB'

red 177 ◦ green 112 ◦ blue 187

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

Shades of Fuchsia #B170BB

Tints of Fuchsia #B170BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

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

R = 37.18%
G = 23.53%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B170BB (or 0xB170BB) is known color: Fuchsia. HEX triplet: B1, 70 and BB. RGB value is (177,112,187). Sum of RGB (Red+Green+Blue) = 177+112+187=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #B170BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170BB is #4E8F44. Grayscale: #8B8B8B. Windows color (decimal): -5148485 or 12284081. OLE color: 12284081.

HSL color Cylindrical-coordinate representation of color #B170BB: hue angle of 292º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B170BB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 112 187 -
CMYK 0.05 0.40 0 0.27
HSL 292º 0.36% 0.59% -
HSV(B) 292º 0.4% 0.73% -
XYZ 32.9 24.52 50.01 -
YUV 139.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 177 112 187 0.05 0.40 0 0.27 292 0.36 0.59
Hex B1 70 BB 5 28 0 1B 124 24 3B
Octal 261 160 273 5 50 0 33 444 44 73
Binary 10110001 1110000 10111011 101 101000 0 11011 100100100 100100 111011

Color Harmonies of #B170BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170BB

Black with #B170BB

Text Example


Text Example

White with #B170BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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