Html Css Color HEX #B647A8 Fuchsia

📋 copy color: '#B647A8'

red 182 ◦ green 71 ◦ blue 168

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

Shades of Fuchsia #B647A8

Tints of Fuchsia #B647A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 43.23%
G = 16.86%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B647A8 (or 0xB647A8) is known color: Fuchsia. HEX triplet: B6, 47 and A8. RGB value is (182,71,168). Sum of RGB (Red+Green+Blue) = 182+71+168=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B647A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647A8 is #49B857. Grayscale: #727272. Windows color (decimal): -4831320 or 11028406. OLE color: 11028406.

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

Color convert

RGB 182 71 168 -
CMYK 0 0.61 0.08 0.29
HSL 307.57º 0.44% 0.5% -
HSV(B) 307.57º 0.61% 0.71% -
XYZ 28.61 17.28 38.87 -
YUV 115.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 182 71 168 0 0.61 0.08 0.29 307.57 0.44 0.5
Hex B6 47 A8 0 3D 8 1D 134 2C 32
Octal 266 107 250 0 75 10 35 464 54 62
Binary 10110110 1000111 10101000 0 111101 1000 11101 100110100 101100 110010

Color Harmonies of #B647A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647A8

Black with #B647A8

Text Example


Text Example

White with #B647A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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