Html Css Color HEX #B754AA Fuchsia

📋 copy color: '#B754AA'

red 183 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #B754AA

Tints of Fuchsia #B754AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 41.88%
G = 19.22%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B754AA (or 0xB754AA) is known color: Fuchsia. HEX triplet: B7, 54 and AA. RGB value is (183,84,170). Sum of RGB (Red+Green+Blue) = 183+84+170=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B754AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754AA is #48AB55. Grayscale: #7B7B7B. Windows color (decimal): -4762454 or 11162807. OLE color: 11162807.

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

Color convert

RGB 183 84 170 -
CMYK 0 0.54 0.07 0.28
HSL 307.88º 0.41% 0.52% -
HSV(B) 307.88º 0.54% 0.72% -
XYZ 29.95 19.31 40.18 -
YUV 123.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 183 84 170 0 0.54 0.07 0.28 307.88 0.41 0.52
Hex B7 54 AA 0 36 7 1C 134 29 34
Octal 267 124 252 0 66 7 34 464 51 64
Binary 10110111 1010100 10101010 0 110110 111 11100 100110100 101001 110100

Color Harmonies of #B754AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754AA

Black with #B754AA

Text Example


Text Example

White with #B754AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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