Html Css Color HEX #B654AA Fuchsia

📋 copy color: '#B654AA'

red 182 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #B654AA

Tints of Fuchsia #B654AA

RGB

 RED value IS 182 (71.48% from 255) = 41.74%

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

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

R = 41.74%
G = 19.27%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B654AA (or 0xB654AA) is known color: Fuchsia. HEX triplet: B6, 54 and AA. RGB value is (182,84,170). Sum of RGB (Red+Green+Blue) = 182+84+170=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B654AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654AA is #49AB55. Grayscale: #7A7A7A. Windows color (decimal): -4827990 or 11162806. OLE color: 11162806.

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

Color convert

RGB 182 84 170 -
CMYK 0 0.54 0.07 0.29
HSL 307.35º 0.4% 0.52% -
HSV(B) 307.35º 0.54% 0.71% -
XYZ 29.72 19.19 40.17 -
YUV 123.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 182 84 170 0 0.54 0.07 0.29 307.35 0.4 0.52
Hex B6 54 AA 0 36 7 1D 133 28 34
Octal 266 124 252 0 66 7 35 463 50 64
Binary 10110110 1010100 10101010 0 110110 111 11101 100110011 101000 110100

Color Harmonies of #B654AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654AA

Black with #B654AA

Text Example


Text Example

White with #B654AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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