Html Css Color HEX #B747AC Fuchsia

📋 copy color: '#B747AC'

red 183 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #B747AC

Tints of Fuchsia #B747AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.67%

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

R = 42.96%
G = 16.67%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B747AC (or 0xB747AC) is known color: Fuchsia. HEX triplet: B7, 47 and AC. RGB value is (183,71,172). Sum of RGB (Red+Green+Blue) = 183+71+172=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B747AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747AC is #48B853. Grayscale: #737373. Windows color (decimal): -4765780 or 11290551. OLE color: 11290551.

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

Color convert

RGB 183 71 172 -
CMYK 0 0.61 0.06 0.28
HSL 305.89º 0.44% 0.5% -
HSV(B) 305.89º 0.61% 0.72% -
XYZ 29.23 17.55 40.88 -
YUV 116 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 183 71 172 0 0.61 0.06 0.28 305.89 0.44 0.5
Hex B7 47 AC 0 3D 6 1C 132 2C 32
Octal 267 107 254 0 75 6 34 462 54 62
Binary 10110111 1000111 10101100 0 111101 110 11100 100110010 101100 110010

Color Harmonies of #B747AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747AC

Black with #B747AC

Text Example


Text Example

White with #B747AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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