Html Css Color HEX #B14DB6 Fuchsia

📋 copy color: '#B14DB6'

red 177 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #B14DB6

Tints of Fuchsia #B14DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 40.6%
G = 17.66%
B = 41.74%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B14DB6 (or 0xB14DB6) is known color: Fuchsia. HEX triplet: B1, 4D and B6. RGB value is (177,77,182). Sum of RGB (Red+Green+Blue) = 177+77+182=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #B14DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DB6 is #4EB249. Grayscale: #767676. Windows color (decimal): -5157450 or 11947441. OLE color: 11947441.

HSL color Cylindrical-coordinate representation of color #B14DB6: hue angle of 297.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14DB6 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 77 182 -
CMYK 0.03 0.58 0 0.29
HSL 297.14º 0.42% 0.51% -
HSV(B) 297.14º 0.58% 0.71% -
XYZ 29.23 18.03 46.2 -
YUV 118.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 177 77 182 0.03 0.58 0 0.29 297.14 0.42 0.51
Hex B1 4D B6 3 3A 0 1D 129 2A 33
Octal 261 115 266 3 72 0 35 451 52 63
Binary 10110001 1001101 10110110 11 111010 0 11101 100101001 101010 110011

Color Harmonies of #B14DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DB6

Black with #B14DB6

Text Example


Text Example

White with #B14DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DB6; }

 p { color: rgb(177,77,182); }

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

background-color css

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

 a { background-color: rgb(177,77,182); }

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

border-color css

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

 span { border-color: rgb(177,77,182); }

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