Html Css Color HEX #B140B0 Fuchsia

📋 copy color: '#B140B0'

red 177 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #B140B0

Tints of Fuchsia #B140B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 42.45%
G = 15.35%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B140B0 (or 0xB140B0) is known color: Fuchsia. HEX triplet: B1, 40 and B0. RGB value is (177,64,176). Sum of RGB (Red+Green+Blue) = 177+64+176=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B140B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140B0 is #4EBF4F. Grayscale: #6E6E6E. Windows color (decimal): -5160784 or 11550897. OLE color: 11550897.

HSL color Cylindrical-coordinate representation of color #B140B0: hue angle of 300.53º 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 #B140B0 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 176 -
CMYK 0 0.64 0.01 0.31
HSL 300.53º 0.47% 0.47% -
HSV(B) 300.53º 0.64% 0.69% -
XYZ 27.8 16.15 42.73 -
YUV 110.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 177 64 176 0 0.64 0.01 0.31 300.53 0.47 0.47
Hex B1 40 B0 0 40 1 1F 12D 2F 2F
Octal 261 100 260 0 100 1 37 455 57 57
Binary 10110001 1000000 10110000 0 1000000 1 11111 100101101 101111 101111

Color Harmonies of #B140B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140B0

Black with #B140B0

Text Example


Text Example

White with #B140B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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