Html Css Color HEX #B139B7 Fuchsia

📋 copy color: '#B139B7'

red 177 ◦ green 57 ◦ blue 183

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

Shades of Fuchsia #B139B7

Tints of Fuchsia #B139B7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

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

R = 42.45%
G = 13.67%
B = 43.88%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B139B7 (or 0xB139B7) is known color: Fuchsia. HEX triplet: B1, 39 and B7. RGB value is (177,57,183). Sum of RGB (Red+Green+Blue) = 177+57+183=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #B139B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139B7 is #4EC648. Grayscale: #6A6A6A. Windows color (decimal): -5162569 or 12007857. OLE color: 12007857.

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

Color convert

RGB 177 57 183 -
CMYK 0.03 0.69 0 0.28
HSL 297.14º 0.53% 0.47% -
HSV(B) 297.14º 0.69% 0.72% -
XYZ 28.14 15.69 46.35 -
YUV 107.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 177 57 183 0.03 0.69 0 0.28 297.14 0.53 0.47
Hex B1 39 B7 3 45 0 1C 129 34 2F
Octal 261 71 267 3 105 0 34 451 64 57
Binary 10110001 111001 10110111 11 1000101 0 11100 100101001 110100 101111

Color Harmonies of #B139B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139B7

Black with #B139B7

Text Example


Text Example

White with #B139B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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