Html Css Color HEX #B946B5 Fuchsia

📋 copy color: '#B946B5'

red 185 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #B946B5

Tints of Fuchsia #B946B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.51%

R = 42.43%
G = 16.06%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B946B5 (or 0xB946B5) is known color: Fuchsia. HEX triplet: B9, 46 and B5. RGB value is (185,70,181). Sum of RGB (Red+Green+Blue) = 185+70+181=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B946B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946B5 is #46B94A. Grayscale: #747474. Windows color (decimal): -4634955 or 11880121. OLE color: 11880121.

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

Color convert

RGB 185 70 181 -
CMYK 0 0.62 0.02 0.27
HSL 302.09º 0.45% 0.5% -
HSV(B) 302.09º 0.62% 0.73% -
XYZ 30.54 18.03 45.59 -
YUV 117.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 185 70 181 0 0.62 0.02 0.27 302.09 0.45 0.5
Hex B9 46 B5 0 3E 2 1B 12E 2D 32
Octal 271 106 265 0 76 2 33 456 55 62
Binary 10111001 1000110 10110101 0 111110 10 11011 100101110 101101 110010

Color Harmonies of #B946B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946B5

Black with #B946B5

Text Example


Text Example

White with #B946B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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