Html Css Color HEX #B749AA Fuchsia

📋 copy color: '#B749AA'

red 183 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B749AA

Tints of Fuchsia #B749AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 42.96%
G = 17.14%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B749AA (or 0xB749AA) is known color: Fuchsia. HEX triplet: B7, 49 and AA. RGB value is (183,73,170). Sum of RGB (Red+Green+Blue) = 183+73+170=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AA is #48B655. Grayscale: #747474. Windows color (decimal): -4765270 or 11159991. OLE color: 11159991.

HSL color Cylindrical-coordinate representation of color #B749AA: hue angle of 307.09º 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 #B749AA is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 170 -
CMYK 0 0.60 0.07 0.28
HSL 307.09º 0.43% 0.5% -
HSV(B) 307.09º 0.6% 0.72% -
XYZ 29.17 17.73 39.92 -
YUV 116.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 183 73 170 0 0.60 0.07 0.28 307.09 0.43 0.5
Hex B7 49 AA 0 3C 7 1C 133 2B 32
Octal 267 111 252 0 74 7 34 463 53 62
Binary 10110111 1001001 10101010 0 111100 111 11100 100110011 101011 110010

Color Harmonies of #B749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749AA

Black with #B749AA

Text Example


Text Example

White with #B749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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