Html Css Color HEX #B14DBA Fuchsia

📋 copy color: '#B14DBA'

red 177 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B14DBA

Tints of Fuchsia #B14DBA

RGB

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

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

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

R = 40.23%
G = 17.5%
B = 42.27%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B14DBA (or 0xB14DBA) is known color: Fuchsia. HEX triplet: B1, 4D and BA. RGB value is (177,77,186). Sum of RGB (Red+Green+Blue) = 177+77+186=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DBA is #4EB245. Grayscale: #767676. Windows color (decimal): -5157446 or 12209585. OLE color: 12209585.

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

Color convert

RGB 177 77 186 -
CMYK 0.05 0.59 0 0.27
HSL 295.05º 0.44% 0.52% -
HSV(B) 295.05º 0.59% 0.73% -
XYZ 29.65 18.2 48.4 -
YUV 119.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 177 77 186 0.05 0.59 0 0.27 295.05 0.44 0.52
Hex B1 4D BA 5 3B 0 1B 127 2C 34
Octal 261 115 272 5 73 0 33 447 54 64
Binary 10110001 1001101 10111010 101 111011 0 11011 100100111 101100 110100

Color Harmonies of #B14DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DBA

Black with #B14DBA

Text Example


Text Example

White with #B14DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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