Html Css Color HEX #B140A7 Fuchsia

📋 copy color: '#B140A7'

red 177 ◦ green 64 ◦ blue 167

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

Shades of Fuchsia #B140A7

Tints of Fuchsia #B140A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 43.38%
G = 15.69%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B140A7 (or 0xB140A7) is known color: Fuchsia. HEX triplet: B1, 40 and A7. RGB value is (177,64,167). Sum of RGB (Red+Green+Blue) = 177+64+167=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B140A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140A7 is #4EBF58. Grayscale: #6D6D6D. Windows color (decimal): -5160793 or 10961073. OLE color: 10961073.

HSL color Cylindrical-coordinate representation of color #B140A7: hue angle of 305.31º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140A7 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 167 -
CMYK 0 0.64 0.06 0.31
HSL 305.31º 0.47% 0.47% -
HSV(B) 305.31º 0.64% 0.69% -
XYZ 26.94 15.8 38.19 -
YUV 109.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 177 64 167 0 0.64 0.06 0.31 305.31 0.47 0.47
Hex B1 40 A7 0 40 6 1F 131 2F 2F
Octal 261 100 247 0 100 6 37 461 57 57
Binary 10110001 1000000 10100111 0 1000000 110 11111 100110001 101111 101111

Color Harmonies of #B140A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140A7

Black with #B140A7

Text Example


Text Example

White with #B140A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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