Html Css Color HEX #B16CBA Fuchsia

📋 copy color: '#B16CBA'

red 177 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #B16CBA

Tints of Fuchsia #B16CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 37.58%
G = 22.93%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B16CBA (or 0xB16CBA) is known color: Fuchsia. HEX triplet: B1, 6C and BA. RGB value is (177,108,186). Sum of RGB (Red+Green+Blue) = 177+108+186=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CBA is #4E9345. Grayscale: #898989. Windows color (decimal): -5149510 or 12217521. OLE color: 12217521.

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

Color convert

RGB 177 108 186 -
CMYK 0.05 0.42 0 0.27
HSL 293.08º 0.36% 0.58% -
HSV(B) 293.08º 0.42% 0.73% -
XYZ 32.36 23.62 49.31 -
YUV 137.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 177 108 186 0.05 0.42 0 0.27 293.08 0.36 0.58
Hex B1 6C BA 5 2A 0 1B 125 24 3A
Octal 261 154 272 5 52 0 33 445 44 72
Binary 10110001 1101100 10111010 101 101010 0 11011 100100101 100100 111010

Color Harmonies of #B16CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CBA

Black with #B16CBA

Text Example


Text Example

White with #B16CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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