Html Css Color HEX #B14ABA Fuchsia

📋 copy color: '#B14ABA'

red 177 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #B14ABA

Tints of Fuchsia #B14ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

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

R = 40.5%
G = 16.93%
B = 42.56%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B14ABA (or 0xB14ABA) is known color: Fuchsia. HEX triplet: B1, 4A and BA. RGB value is (177,74,186). Sum of RGB (Red+Green+Blue) = 177+74+186=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ABA is #4EB545. Grayscale: #757575. Windows color (decimal): -5158214 or 12208817. OLE color: 12208817.

HSL color Cylindrical-coordinate representation of color #B14ABA: hue angle of 295.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14ABA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 74 186 -
CMYK 0.05 0.60 0 0.27
HSL 295.18º 0.45% 0.51% -
HSV(B) 295.18º 0.6% 0.73% -
XYZ 29.44 17.79 48.34 -
YUV 117.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 177 74 186 0.05 0.60 0 0.27 295.18 0.45 0.51
Hex B1 4A BA 5 3C 0 1B 127 2D 33
Octal 261 112 272 5 74 0 33 447 55 63
Binary 10110001 1001010 10111010 101 111100 0 11011 100100111 101101 110011

Color Harmonies of #B14ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ABA

Black with #B14ABA

Text Example


Text Example

White with #B14ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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