Html Css Color HEX #B749AC Fuchsia

📋 copy color: '#B749AC'

red 183 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B749AC

Tints of Fuchsia #B749AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

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

R = 42.76%
G = 17.06%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B749AC (or 0xB749AC) is known color: Fuchsia. HEX triplet: B7, 49 and AC. RGB value is (183,73,172). Sum of RGB (Red+Green+Blue) = 183+73+172=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AC is #48B653. Grayscale: #747474. Windows color (decimal): -4765268 or 11291063. OLE color: 11291063.

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

Color convert

RGB 183 73 172 -
CMYK 0 0.60 0.06 0.28
HSL 306º 0.43% 0.5% -
HSV(B) 306º 0.6% 0.72% -
XYZ 29.36 17.81 40.92 -
YUV 117.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 183 73 172 0 0.60 0.06 0.28 306 0.43 0.5
Hex B7 49 AC 0 3C 6 1C 132 2B 32
Octal 267 111 254 0 74 6 34 462 53 62
Binary 10110111 1001001 10101100 0 111100 110 11100 100110010 101011 110010

Color Harmonies of #B749AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749AC

Black with #B749AC

Text Example


Text Example

White with #B749AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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