Html Css Color HEX #B140B7 Fuchsia

📋 copy color: '#B140B7'

red 177 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #B140B7

Tints of Fuchsia #B140B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.16%

R = 41.75%
G = 15.09%
B = 43.16%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B140B7 (or 0xB140B7) is known color: Fuchsia. HEX triplet: B1, 40 and B7. RGB value is (177,64,183). Sum of RGB (Red+Green+Blue) = 177+64+183=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #B140B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140B7 is #4EBF48. Grayscale: #6E6E6E. Windows color (decimal): -5160777 or 12009649. OLE color: 12009649.

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

Color convert

RGB 177 64 183 -
CMYK 0.03 0.65 0 0.28
HSL 296.97º 0.48% 0.48% -
HSV(B) 296.97º 0.65% 0.72% -
XYZ 28.51 16.43 46.47 -
YUV 111.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 177 64 183 0.03 0.65 0 0.28 296.97 0.48 0.48
Hex B1 40 B7 3 41 0 1C 129 30 30
Octal 261 100 267 3 101 0 34 451 60 60
Binary 10110001 1000000 10110111 11 1000001 0 11100 100101001 110000 110000

Color Harmonies of #B140B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140B7

Black with #B140B7

Text Example


Text Example

White with #B140B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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