Html Css Color HEX #B749AB Fuchsia

📋 copy color: '#B749AB'

red 183 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #B749AB

Tints of Fuchsia #B749AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 42.86%
G = 17.1%
B = 40.05%

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

#B749AB (or 0xB749AB) is known color: Fuchsia. HEX triplet: B7, 49 and AB. RGB value is (183,73,171). Sum of RGB (Red+Green+Blue) = 183+73+171=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AB is #48B654. Grayscale: #747474. Windows color (decimal): -4765269 or 11225527. OLE color: 11225527.

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

Color convert

RGB 183 73 171 -
CMYK 0 0.60 0.07 0.28
HSL 306.55º 0.43% 0.5% -
HSV(B) 306.55º 0.6% 0.72% -
XYZ 29.26 17.77 40.42 -
YUV 117.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 183 73 171 0 0.60 0.07 0.28 306.55 0.43 0.5
Hex B7 49 AB 0 3C 7 1C 133 2B 32
Octal 267 111 253 0 74 7 34 463 53 62
Binary 10110111 1001001 10101011 0 111100 111 11100 100110011 101011 110010

Color Harmonies of #B749AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749AB

Black with #B749AB

Text Example


Text Example

White with #B749AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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