Html Css Color HEX #B139BD Fuchsia

📋 copy color: '#B139BD'

red 177 ◦ green 57 ◦ blue 189

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

Shades of Fuchsia #B139BD

Tints of Fuchsia #B139BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 41.84%
G = 13.48%
B = 44.68%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B139BD (or 0xB139BD) is known color: Fuchsia. HEX triplet: B1, 39 and BD. RGB value is (177,57,189). Sum of RGB (Red+Green+Blue) = 177+57+189=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B139BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139BD is #4EC642. Grayscale: #6B6B6B. Windows color (decimal): -5162563 or 12401073. OLE color: 12401073.

HSL color Cylindrical-coordinate representation of color #B139BD: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B139BD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 57 189 -
CMYK 0.06 0.70 0 0.26
HSL 294.55º 0.54% 0.48% -
HSV(B) 294.55º 0.7% 0.74% -
XYZ 28.78 15.95 49.71 -
YUV 107.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 177 57 189 0.06 0.70 0 0.26 294.55 0.54 0.48
Hex B1 39 BD 6 46 0 1A 127 36 30
Octal 261 71 275 6 106 0 32 447 66 60
Binary 10110001 111001 10111101 110 1000110 0 11010 100100111 110110 110000

Color Harmonies of #B139BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139BD

Black with #B139BD

Text Example


Text Example

White with #B139BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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