Html Css Color HEX #B746AC Fuchsia

📋 copy color: '#B746AC'

red 183 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #B746AC

Tints of Fuchsia #B746AC

RGB

 RED value IS 183 (71.88% from 255) = 43.06%

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 43.06%
G = 16.47%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B746AC (or 0xB746AC) is known color: Fuchsia. HEX triplet: B7, 46 and AC. RGB value is (183,70,172). Sum of RGB (Red+Green+Blue) = 183+70+172=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AC is #48B953. Grayscale: #737373. Windows color (decimal): -4766036 or 11290295. OLE color: 11290295.

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

Color convert

RGB 183 70 172 -
CMYK 0 0.62 0.06 0.28
HSL 305.84º 0.45% 0.5% -
HSV(B) 305.84º 0.62% 0.72% -
XYZ 29.16 17.43 40.86 -
YUV 115.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 183 70 172 0 0.62 0.06 0.28 305.84 0.45 0.5
Hex B7 46 AC 0 3E 6 1C 132 2D 32
Octal 267 106 254 0 76 6 34 462 55 62
Binary 10110111 1000110 10101100 0 111110 110 11100 100110010 101101 110010

Color Harmonies of #B746AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746AC

Black with #B746AC

Text Example


Text Example

White with #B746AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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