Html Css Color HEX #B140B8 Fuchsia

📋 copy color: '#B140B8'

red 177 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #B140B8

Tints of Fuchsia #B140B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 41.65%
G = 15.06%
B = 43.29%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B140B8 (or 0xB140B8) is known color: Fuchsia. HEX triplet: B1, 40 and B8. RGB value is (177,64,184). Sum of RGB (Red+Green+Blue) = 177+64+184=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #B140B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140B8 is #4EBF47. Grayscale: #6F6F6F. Windows color (decimal): -5160776 or 12075185. OLE color: 12075185.

HSL color Cylindrical-coordinate representation of color #B140B8: hue angle of 296.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B140B8 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 64 184 -
CMYK 0.04 0.65 0 0.28
HSL 296.5º 0.48% 0.49% -
HSV(B) 296.5º 0.65% 0.72% -
XYZ 28.62 16.47 47.02 -
YUV 111.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 177 64 184 0.04 0.65 0 0.28 296.5 0.48 0.49
Hex B1 40 B8 4 41 0 1C 128 30 31
Octal 261 100 270 4 101 0 34 450 60 61
Binary 10110001 1000000 10111000 100 1000001 0 11100 100101000 110000 110001

Color Harmonies of #B140B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140B8

Black with #B140B8

Text Example


Text Example

White with #B140B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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