Html Css Color HEX #B16EBA Fuchsia

📋 copy color: '#B16EBA'

red 177 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #B16EBA

Tints of Fuchsia #B16EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.26%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 37.42%
G = 23.26%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B16EBA (or 0xB16EBA) is known color: Fuchsia. HEX triplet: B1, 6E and BA. RGB value is (177,110,186). Sum of RGB (Red+Green+Blue) = 177+110+186=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EBA is #4E9145. Grayscale: #8A8A8A. Windows color (decimal): -5148998 or 12218033. OLE color: 12218033.

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

Color convert

RGB 177 110 186 -
CMYK 0.05 0.41 0 0.27
HSL 292.89º 0.36% 0.58% -
HSV(B) 292.89º 0.41% 0.73% -
XYZ 32.57 24.04 49.38 -
YUV 138.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 177 110 186 0.05 0.41 0 0.27 292.89 0.36 0.58
Hex B1 6E BA 5 29 0 1B 125 24 3A
Octal 261 156 272 5 51 0 33 445 44 72
Binary 10110001 1101110 10111010 101 101001 0 11011 100100101 100100 111010

Color Harmonies of #B16EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EBA

Black with #B16EBA

Text Example


Text Example

White with #B16EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EBA; }

 p { color: rgb(177,110,186); }

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

background-color css

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

 a { background-color: rgb(177,110,186); }

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

border-color css

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

 span { border-color: rgb(177,110,186); }

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