Html Css Color HEX #B16BBC Fuchsia

📋 copy color: '#B16BBC'

red 177 ◦ green 107 ◦ blue 188

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

Shades of Fuchsia #B16BBC

Tints of Fuchsia #B16BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 37.5%
G = 22.67%
B = 39.83%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B16BBC (or 0xB16BBC) is known color: Fuchsia. HEX triplet: B1, 6B and BC. RGB value is (177,107,188). Sum of RGB (Red+Green+Blue) = 177+107+188=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #B16BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BBC is #4E9443. Grayscale: #888888. Windows color (decimal): -5149764 or 12348337. OLE color: 12348337.

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

Color convert

RGB 177 107 188 -
CMYK 0.06 0.43 0 0.26
HSL 291.85º 0.38% 0.58% -
HSV(B) 291.85º 0.43% 0.74% -
XYZ 32.47 23.49 50.4 -
YUV 137.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 177 107 188 0.06 0.43 0 0.26 291.85 0.38 0.58
Hex B1 6B BC 6 2B 0 1A 124 26 3A
Octal 261 153 274 6 53 0 32 444 46 72
Binary 10110001 1101011 10111100 110 101011 0 11010 100100100 100110 111010

Color Harmonies of #B16BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BBC

Black with #B16BBC

Text Example


Text Example

White with #B16BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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