Html Css Color HEX #B946BA Fuchsia

📋 copy color: '#B946BA'

red 185 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #B946BA

Tints of Fuchsia #B946BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 41.95%
G = 15.87%
B = 42.18%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B946BA (or 0xB946BA) is known color: Fuchsia. HEX triplet: B9, 46 and BA. RGB value is (185,70,186). Sum of RGB (Red+Green+Blue) = 185+70+186=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B946BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946BA is #46B945. Grayscale: #757575. Windows color (decimal): -4634950 or 12207801. OLE color: 12207801.

HSL color Cylindrical-coordinate representation of color #B946BA: hue angle of 299.48º degrees, saturation: 0.46, 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 #B946BA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 186 -
CMYK 0.01 0.62 0 0.27
HSL 299.48º 0.46% 0.5% -
HSV(B) 299.48º 0.62% 0.73% -
XYZ 31.06 18.24 48.34 -
YUV 117.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 185 70 186 0.01 0.62 0 0.27 299.48 0.46 0.5
Hex B9 46 BA 1 3E 0 1B 12B 2E 32
Octal 271 106 272 1 76 0 33 453 56 62
Binary 10111001 1000110 10111010 1 111110 0 11011 100101011 101110 110010

Color Harmonies of #B946BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946BA

Black with #B946BA

Text Example


Text Example

White with #B946BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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