Html Css Color HEX #B16BBE Fuchsia

📋 copy color: '#B16BBE'

red 177 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #B16BBE

Tints of Fuchsia #B16BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 37.34%
G = 22.57%
B = 40.08%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B16BBE (or 0xB16BBE) is known color: Fuchsia. HEX triplet: B1, 6B and BE. RGB value is (177,107,190). Sum of RGB (Red+Green+Blue) = 177+107+190=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B16BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BBE is #4E9441. Grayscale: #898989. Windows color (decimal): -5149762 or 12479409. OLE color: 12479409.

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

Color convert

RGB 177 107 190 -
CMYK 0.07 0.44 0 0.25
HSL 290.6º 0.39% 0.58% -
HSV(B) 290.6º 0.44% 0.75% -
XYZ 32.68 23.58 51.54 -
YUV 137.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 177 107 190 0.07 0.44 0 0.25 290.6 0.39 0.58
Hex B1 6B BE 7 2C 0 19 123 27 3A
Octal 261 153 276 7 54 0 31 443 47 72
Binary 10110001 1101011 10111110 111 101100 0 11001 100100011 100111 111010

Color Harmonies of #B16BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BBE

Black with #B16BBE

Text Example


Text Example

White with #B16BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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