Html Css Color HEX #B647AC Fuchsia

📋 copy color: '#B647AC'

red 182 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #B647AC

Tints of Fuchsia #B647AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 42.82%
G = 16.71%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B647AC (or 0xB647AC) is known color: Fuchsia. HEX triplet: B6, 47 and AC. RGB value is (182,71,172). Sum of RGB (Red+Green+Blue) = 182+71+172=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B647AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647AC is #49B853. Grayscale: #737373. Windows color (decimal): -4831316 or 11290550. OLE color: 11290550.

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

Color convert

RGB 182 71 172 -
CMYK 0 0.61 0.05 0.29
HSL 305.41º 0.44% 0.5% -
HSV(B) 305.41º 0.61% 0.71% -
XYZ 28.99 17.43 40.87 -
YUV 115.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 182 71 172 0 0.61 0.05 0.29 305.41 0.44 0.5
Hex B6 47 AC 0 3D 5 1D 131 2C 32
Octal 266 107 254 0 75 5 35 461 54 62
Binary 10110110 1000111 10101100 0 111101 101 11101 100110001 101100 110010

Color Harmonies of #B647AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647AC

Black with #B647AC

Text Example


Text Example

White with #B647AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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