Html Css Color HEX #B946B2 Fuchsia

📋 copy color: '#B946B2'

red 185 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #B946B2

Tints of Fuchsia #B946B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 42.73%
G = 16.17%
B = 41.11%

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

#B946B2 (or 0xB946B2) is known color: Fuchsia. HEX triplet: B9, 46 and B2. RGB value is (185,70,178). Sum of RGB (Red+Green+Blue) = 185+70+178=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B946B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946B2 is #46B94D. Grayscale: #747474. Windows color (decimal): -4634958 or 11683513. OLE color: 11683513.

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

Color convert

RGB 185 70 178 -
CMYK 0 0.62 0.04 0.27
HSL 303.65º 0.45% 0.5% -
HSV(B) 303.65º 0.62% 0.73% -
XYZ 30.23 17.91 43.98 -
YUV 116.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 185 70 178 0 0.62 0.04 0.27 303.65 0.45 0.5
Hex B9 46 B2 0 3E 4 1B 130 2D 32
Octal 271 106 262 0 76 4 33 460 55 62
Binary 10111001 1000110 10110010 0 111110 100 11011 100110000 101101 110010

Color Harmonies of #B946B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946B2

Black with #B946B2

Text Example


Text Example

White with #B946B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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