Html Css Color HEX #B14ABB Fuchsia

📋 copy color: '#B14ABB'

red 177 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #B14ABB

Tints of Fuchsia #B14ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 40.41%
G = 16.89%
B = 42.69%

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

#B14ABB (or 0xB14ABB) is known color: Fuchsia. HEX triplet: B1, 4A and BB. RGB value is (177,74,187). Sum of RGB (Red+Green+Blue) = 177+74+187=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #B14ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ABB is #4EB544. Grayscale: #757575. Windows color (decimal): -5158213 or 12274353. OLE color: 12274353.

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

Color convert

RGB 177 74 187 -
CMYK 0.05 0.60 0 0.27
HSL 294.69º 0.45% 0.51% -
HSV(B) 294.69º 0.6% 0.73% -
XYZ 29.55 17.83 48.9 -
YUV 117.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 177 74 187 0.05 0.60 0 0.27 294.69 0.45 0.51
Hex B1 4A BB 5 3C 0 1B 127 2D 33
Octal 261 112 273 5 74 0 33 447 55 63
Binary 10110001 1001010 10111011 101 111100 0 11011 100100111 101101 110011

Color Harmonies of #B14ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ABB

Black with #B14ABB

Text Example


Text Example

White with #B14ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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