Html Css Color HEX #B747AA Fuchsia

📋 copy color: '#B747AA'

red 183 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #B747AA

Tints of Fuchsia #B747AA

RGB

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

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

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

R = 43.16%
G = 16.75%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B747AA (or 0xB747AA) is known color: Fuchsia. HEX triplet: B7, 47 and AA. RGB value is (183,71,170). Sum of RGB (Red+Green+Blue) = 183+71+170=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B747AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747AA is #48B855. Grayscale: #737373. Windows color (decimal): -4765782 or 11159479. OLE color: 11159479.

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

Color convert

RGB 183 71 170 -
CMYK 0 0.61 0.07 0.28
HSL 306.96º 0.44% 0.5% -
HSV(B) 306.96º 0.61% 0.72% -
XYZ 29.04 17.48 39.87 -
YUV 115.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 183 71 170 0 0.61 0.07 0.28 306.96 0.44 0.5
Hex B7 47 AA 0 3D 7 1C 133 2C 32
Octal 267 107 252 0 75 7 34 463 54 62
Binary 10110111 1000111 10101010 0 111101 111 11100 100110011 101100 110010

Color Harmonies of #B747AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747AA

Black with #B747AA

Text Example


Text Example

White with #B747AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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