Html Css Color HEX #B167BC Fuchsia

📋 copy color: '#B167BC'

red 177 ◦ green 103 ◦ blue 188

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

Shades of Fuchsia #B167BC

Tints of Fuchsia #B167BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.01%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 37.82%
G = 22.01%
B = 40.17%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B167BC (or 0xB167BC) is known color: Fuchsia. HEX triplet: B1, 67 and BC. RGB value is (177,103,188). Sum of RGB (Red+Green+Blue) = 177+103+188=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #B167BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167BC is #4E9843. Grayscale: #868686. Windows color (decimal): -5150788 or 12347313. OLE color: 12347313.

HSL color Cylindrical-coordinate representation of color #B167BC: hue angle of 292.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B167BC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 103 188 -
CMYK 0.06 0.45 0 0.26
HSL 292.24º 0.39% 0.57% -
HSV(B) 292.24º 0.45% 0.74% -
XYZ 32.06 22.68 50.26 -
YUV 134.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 177 103 188 0.06 0.45 0 0.26 292.24 0.39 0.57
Hex B1 67 BC 6 2D 0 1A 124 27 39
Octal 261 147 274 6 55 0 32 444 47 71
Binary 10110001 1100111 10111100 110 101101 0 11010 100100100 100111 111001

Color Harmonies of #B167BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B167BC

Black with #B167BC

Text Example


Text Example

White with #B167BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B167BC; }

 p { color: rgb(177,103,188); }

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

background-color css

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

 a { background-color: rgb(177,103,188); }

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

border-color css

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

 span { border-color: rgb(177,103,188); }

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