Html Css Color HEX #B647AA Fuchsia

📋 copy color: '#B647AA'

red 182 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #B647AA

Tints of Fuchsia #B647AA

RGB

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

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

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

R = 43.03%
G = 16.78%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B647AA (or 0xB647AA) is known color: Fuchsia. HEX triplet: B6, 47 and AA. RGB value is (182,71,170). Sum of RGB (Red+Green+Blue) = 182+71+170=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B647AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647AA is #49B855. Grayscale: #737373. Windows color (decimal): -4831318 or 11159478. OLE color: 11159478.

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

Color convert

RGB 182 71 170 -
CMYK 0 0.61 0.07 0.29
HSL 306.49º 0.44% 0.5% -
HSV(B) 306.49º 0.61% 0.71% -
XYZ 28.8 17.35 39.86 -
YUV 115.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 182 71 170 0 0.61 0.07 0.29 306.49 0.44 0.5
Hex B6 47 AA 0 3D 7 1D 132 2C 32
Octal 266 107 252 0 75 7 35 462 54 62
Binary 10110110 1000111 10101010 0 111101 111 11101 100110010 101100 110010

Color Harmonies of #B647AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647AA

Black with #B647AA

Text Example


Text Example

White with #B647AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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