Html Css Color HEX #B946B7 Fuchsia

📋 copy color: '#B946B7'

red 185 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #B946B7

Tints of Fuchsia #B946B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 42.24%
G = 15.98%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B946B7 (or 0xB946B7) is known color: Fuchsia. HEX triplet: B9, 46 and B7. RGB value is (185,70,183). Sum of RGB (Red+Green+Blue) = 185+70+183=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B946B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946B7 is #46B948. Grayscale: #747474. Windows color (decimal): -4634953 or 12011193. OLE color: 12011193.

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

Color convert

RGB 185 70 183 -
CMYK 0 0.62 0.01 0.27
HSL 301.04º 0.45% 0.5% -
HSV(B) 301.04º 0.62% 0.73% -
XYZ 30.74 18.11 46.68 -
YUV 117.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 185 70 183 0 0.62 0.01 0.27 301.04 0.45 0.5
Hex B9 46 B7 0 3E 1 1B 12D 2D 32
Octal 271 106 267 0 76 1 33 455 55 62
Binary 10111001 1000110 10110111 0 111110 1 11011 100101101 101101 110010

Color Harmonies of #B946B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946B7

Black with #B946B7

Text Example


Text Example

White with #B946B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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