Html Css Color HEX #B164BB Fuchsia

📋 copy color: '#B164BB'

red 177 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #B164BB

Tints of Fuchsia #B164BB

RGB

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

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

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

R = 38.15%
G = 21.55%
B = 40.3%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B164BB (or 0xB164BB) is known color: Fuchsia. HEX triplet: B1, 64 and BB. RGB value is (177,100,187). Sum of RGB (Red+Green+Blue) = 177+100+187=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B164BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164BB is #4E9B44. Grayscale: #848484. Windows color (decimal): -5151557 or 12281009. OLE color: 12281009.

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

Color convert

RGB 177 100 187 -
CMYK 0.05 0.47 0 0.27
HSL 293.1º 0.39% 0.56% -
HSV(B) 293.1º 0.47% 0.73% -
XYZ 31.66 22.05 49.6 -
YUV 132.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 177 100 187 0.05 0.47 0 0.27 293.1 0.39 0.56
Hex B1 64 BB 5 2F 0 1B 125 27 38
Octal 261 144 273 5 57 0 33 445 47 70
Binary 10110001 1100100 10111011 101 101111 0 11011 100100101 100111 111000

Color Harmonies of #B164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164BB

Black with #B164BB

Text Example


Text Example

White with #B164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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