Html Css Color HEX #B16DBA Fuchsia

📋 copy color: '#B16DBA'

red 177 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #B16DBA

Tints of Fuchsia #B16DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 37.5%
G = 23.09%
B = 39.41%

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

#B16DBA (or 0xB16DBA) is known color: Fuchsia. HEX triplet: B1, 6D and BA. RGB value is (177,109,186). Sum of RGB (Red+Green+Blue) = 177+109+186=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DBA is #4E9245. Grayscale: #898989. Windows color (decimal): -5149254 or 12217777. OLE color: 12217777.

HSL color Cylindrical-coordinate representation of color #B16DBA: hue angle of 292.99º 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 #B16DBA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 109 186 -
CMYK 0.05 0.41 0 0.27
HSL 292.99º 0.36% 0.58% -
HSV(B) 292.99º 0.41% 0.73% -
XYZ 32.46 23.83 49.34 -
YUV 138.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 177 109 186 0.05 0.41 0 0.27 292.99 0.36 0.58
Hex B1 6D BA 5 29 0 1B 125 24 3A
Octal 261 155 272 5 51 0 33 445 44 72
Binary 10110001 1101101 10111010 101 101001 0 11011 100100101 100100 111010

Color Harmonies of #B16DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DBA

Black with #B16DBA

Text Example


Text Example

White with #B16DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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