Html Css Color HEX #B749AD Fuchsia

📋 copy color: '#B749AD'

red 183 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B749AD

Tints of Fuchsia #B749AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 42.66%
G = 17.02%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B749AD (or 0xB749AD) is known color: Fuchsia. HEX triplet: B7, 49 and AD. RGB value is (183,73,173). Sum of RGB (Red+Green+Blue) = 183+73+173=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AD is #48B652. Grayscale: #757575. Windows color (decimal): -4765267 or 11356599. OLE color: 11356599.

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

Color convert

RGB 183 73 173 -
CMYK 0 0.60 0.05 0.28
HSL 305.45º 0.43% 0.5% -
HSV(B) 305.45º 0.6% 0.72% -
XYZ 29.45 17.85 41.43 -
YUV 117.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 183 73 173 0 0.60 0.05 0.28 305.45 0.43 0.5
Hex B7 49 AD 0 3C 5 1C 131 2B 32
Octal 267 111 255 0 74 5 34 461 53 62
Binary 10110111 1001001 10101101 0 111100 101 11100 100110001 101011 110010

Color Harmonies of #B749AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749AD

Black with #B749AD

Text Example


Text Example

White with #B749AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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