Html Css Color HEX #B946BD Fuchsia

📋 copy color: '#B946BD'

red 185 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #B946BD

Tints of Fuchsia #B946BD

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

 GREEN value IS 70 (27.73% from 255) = 15.77%

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

R = 41.67%
G = 15.77%
B = 42.57%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B946BD (or 0xB946BD) is known color: Fuchsia. HEX triplet: B9, 46 and BD. RGB value is (185,70,189). Sum of RGB (Red+Green+Blue) = 185+70+189=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B946BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946BD is #46B942. Grayscale: #757575. Windows color (decimal): -4634947 or 12404409. OLE color: 12404409.

HSL color Cylindrical-coordinate representation of color #B946BD: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B946BD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 70 189 -
CMYK 0.02 0.63 0 0.26
HSL 297.98º 0.47% 0.51% -
HSV(B) 297.98º 0.63% 0.74% -
XYZ 31.38 18.37 50.04 -
YUV 117.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 185 70 189 0.02 0.63 0 0.26 297.98 0.47 0.51
Hex B9 46 BD 2 3F 0 1A 12A 2F 33
Octal 271 106 275 2 77 0 32 452 57 63
Binary 10111001 1000110 10111101 10 111111 0 11010 100101010 101111 110011

Color Harmonies of #B946BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946BD

Black with #B946BD

Text Example


Text Example

White with #B946BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946BD; }

 p { color: rgb(185,70,189); }

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

background-color css

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

 a { background-color: rgb(185,70,189); }

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

border-color css

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

 span { border-color: rgb(185,70,189); }

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