Html Css Color HEX #B946B1 Fuchsia

📋 copy color: '#B946B1'

red 185 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #B946B1

Tints of Fuchsia #B946B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.97%

R = 42.82%
G = 16.2%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B946B1 (or 0xB946B1) is known color: Fuchsia. HEX triplet: B9, 46 and B1. RGB value is (185,70,177). Sum of RGB (Red+Green+Blue) = 185+70+177=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B946B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946B1 is #46B94E. Grayscale: #747474. Windows color (decimal): -4634959 or 11617977. OLE color: 11617977.

HSL color Cylindrical-coordinate representation of color #B946B1: hue angle of 304.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B946B1 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 177 -
CMYK 0 0.62 0.04 0.27
HSL 304.17º 0.45% 0.5% -
HSV(B) 304.17º 0.62% 0.73% -
XYZ 30.13 17.87 43.46 -
YUV 116.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 185 70 177 0 0.62 0.04 0.27 304.17 0.45 0.5
Hex B9 46 B1 0 3E 4 1B 130 2D 32
Octal 271 106 261 0 76 4 33 460 55 62
Binary 10111001 1000110 10110001 0 111110 100 11011 100110000 101101 110010

Color Harmonies of #B946B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946B1

Black with #B946B1

Text Example


Text Example

White with #B946B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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