Html Css Color HEX #B640AD Fuchsia

📋 copy color: '#B640AD'

red 182 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #B640AD

Tints of Fuchsia #B640AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.27%

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

R = 43.44%
G = 15.27%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B640AD (or 0xB640AD) is known color: Fuchsia. HEX triplet: B6, 40 and AD. RGB value is (182,64,173). Sum of RGB (Red+Green+Blue) = 182+64+173=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B640AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640AD is #49BF52. Grayscale: #6F6F6F. Windows color (decimal): -4833107 or 11354294. OLE color: 11354294.

HSL color Cylindrical-coordinate representation of color #B640AD: hue angle of 304.58º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B640AD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 173 -
CMYK 0 0.65 0.05 0.29
HSL 304.58º 0.48% 0.48% -
HSV(B) 304.58º 0.65% 0.71% -
XYZ 28.67 16.63 41.23 -
YUV 111.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 182 64 173 0 0.65 0.05 0.29 304.58 0.48 0.48
Hex B6 40 AD 0 41 5 1D 131 30 30
Octal 266 100 255 0 101 5 35 461 60 60
Binary 10110110 1000000 10101101 0 1000001 101 11101 100110001 110000 110000

Color Harmonies of #B640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640AD

Black with #B640AD

Text Example


Text Example

White with #B640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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