Html Css Color HEX #B731AA Fuchsia

📋 copy color: '#B731AA'

red 183 ◦ green 49 ◦ blue 170

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

Shades of Fuchsia #B731AA

Tints of Fuchsia #B731AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

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

R = 45.52%
G = 12.19%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B731AA (or 0xB731AA) is known color: Fuchsia. HEX triplet: B7, 31 and AA. RGB value is (183,49,170). Sum of RGB (Red+Green+Blue) = 183+49+170=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B731AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731AA is #48CE55. Grayscale: #666666. Windows color (decimal): -4771414 or 11153847. OLE color: 11153847.

HSL color Cylindrical-coordinate representation of color #B731AA: hue angle of 305.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B731AA is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 170 -
CMYK 0 0.73 0.07 0.28
HSL 305.82º 0.58% 0.45% -
HSV(B) 305.82º 0.73% 0.72% -
XYZ 27.88 15.17 39.49 -
YUV 102.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 183 49 170 0 0.73 0.07 0.28 305.82 0.58 0.45
Hex B7 31 AA 0 49 7 1C 132 3A 2D
Octal 267 61 252 0 111 7 34 462 72 55
Binary 10110111 110001 10101010 0 1001001 111 11100 100110010 111010 101101

Color Harmonies of #B731AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731AA

Black with #B731AA

Text Example


Text Example

White with #B731AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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