Html Css Color HEX #B164BF Fuchsia

📋 copy color: '#B164BF'

red 177 ◦ green 100 ◦ blue 191

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

Shades of Fuchsia #B164BF

Tints of Fuchsia #B164BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 37.82%
G = 21.37%
B = 40.81%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B164BF (or 0xB164BF) is known color: Fuchsia. HEX triplet: B1, 64 and BF. RGB value is (177,100,191). Sum of RGB (Red+Green+Blue) = 177+100+191=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #B164BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164BF is #4E9B40. Grayscale: #858585. Windows color (decimal): -5151553 or 12543153. OLE color: 12543153.

HSL color Cylindrical-coordinate representation of color #B164BF: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B164BF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 100 191 -
CMYK 0.07 0.48 0 0.25
HSL 290.77º 0.42% 0.57% -
HSV(B) 290.77º 0.48% 0.75% -
XYZ 32.09 22.22 51.89 -
YUV 133.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 177 100 191 0.07 0.48 0 0.25 290.77 0.42 0.57
Hex B1 64 BF 7 30 0 19 123 2A 39
Octal 261 144 277 7 60 0 31 443 52 71
Binary 10110001 1100100 10111111 111 110000 0 11001 100100011 101010 111001

Color Harmonies of #B164BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164BF

Black with #B164BF

Text Example


Text Example

White with #B164BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164BF; }

 p { color: rgb(177,100,191); }

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

background-color css

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

 a { background-color: rgb(177,100,191); }

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

border-color css

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

 span { border-color: rgb(177,100,191); }

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