Html Css Color HEX #B140BA Fuchsia

📋 copy color: '#B140BA'

red 177 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B140BA

Tints of Fuchsia #B140BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

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

R = 41.45%
G = 14.99%
B = 43.56%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B140BA (or 0xB140BA) is known color: Fuchsia. HEX triplet: B1, 40 and BA. RGB value is (177,64,186). Sum of RGB (Red+Green+Blue) = 177+64+186=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B140BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BA is #4EBF45. Grayscale: #6F6F6F. Windows color (decimal): -5160774 or 12206257. OLE color: 12206257.

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

Color convert

RGB 177 64 186 -
CMYK 0.05 0.66 0 0.27
HSL 295.57º 0.49% 0.49% -
HSV(B) 295.57º 0.66% 0.73% -
XYZ 28.83 16.56 48.13 -
YUV 111.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 177 64 186 0.05 0.66 0 0.27 295.57 0.49 0.49
Hex B1 40 BA 5 42 0 1B 128 31 31
Octal 261 100 272 5 102 0 33 450 61 61
Binary 10110001 1000000 10111010 101 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B140BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140BA

Black with #B140BA

Text Example


Text Example

White with #B140BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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