Html Css Color HEX #B14BBA Fuchsia

📋 copy color: '#B14BBA'

red 177 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B14BBA

Tints of Fuchsia #B14BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

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

R = 40.41%
G = 17.12%
B = 42.47%

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

#B14BBA (or 0xB14BBA) is known color: Fuchsia. HEX triplet: B1, 4B and BA. RGB value is (177,75,186). Sum of RGB (Red+Green+Blue) = 177+75+186=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BBA is #4EB445. Grayscale: #757575. Windows color (decimal): -5157958 or 12209073. OLE color: 12209073.

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

Color convert

RGB 177 75 186 -
CMYK 0.05 0.60 0 0.27
HSL 295.14º 0.45% 0.51% -
HSV(B) 295.14º 0.6% 0.73% -
XYZ 29.51 17.92 48.36 -
YUV 118.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 177 75 186 0.05 0.60 0 0.27 295.14 0.45 0.51
Hex B1 4B BA 5 3C 0 1B 127 2D 33
Octal 261 113 272 5 74 0 33 447 55 63
Binary 10110001 1001011 10111010 101 111100 0 11011 100100111 101101 110011

Color Harmonies of #B14BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BBA

Black with #B14BBA

Text Example


Text Example

White with #B14BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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