Html Css Color HEX #B647AD Fuchsia

📋 copy color: '#B647AD'

red 182 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #B647AD

Tints of Fuchsia #B647AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 42.72%
G = 16.67%
B = 40.61%

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

#B647AD (or 0xB647AD) is known color: Fuchsia. HEX triplet: B6, 47 and AD. RGB value is (182,71,173). Sum of RGB (Red+Green+Blue) = 182+71+173=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B647AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647AD is #49B852. Grayscale: #737373. Windows color (decimal): -4831315 or 11356086. OLE color: 11356086.

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

Color convert

RGB 182 71 173 -
CMYK 0 0.61 0.05 0.29
HSL 304.86º 0.44% 0.5% -
HSV(B) 304.86º 0.61% 0.71% -
XYZ 29.09 17.47 41.37 -
YUV 115.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 182 71 173 0 0.61 0.05 0.29 304.86 0.44 0.5
Hex B6 47 AD 0 3D 5 1D 131 2C 32
Octal 266 107 255 0 75 5 35 461 54 62
Binary 10110110 1000111 10101101 0 111101 101 11101 100110001 101100 110010

Color Harmonies of #B647AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647AD

Black with #B647AD

Text Example


Text Example

White with #B647AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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