Html Css Color HEX #B641AD Fuchsia

📋 copy color: '#B641AD'

red 182 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B641AD

Tints of Fuchsia #B641AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

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

R = 43.33%
G = 15.48%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B641AD (or 0xB641AD) is known color: Fuchsia. HEX triplet: B6, 41 and AD. RGB value is (182,65,173). Sum of RGB (Red+Green+Blue) = 182+65+173=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B641AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641AD is #49BE52. Grayscale: #6F6F6F. Windows color (decimal): -4832851 or 11354550. OLE color: 11354550.

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

Color convert

RGB 182 65 173 -
CMYK 0 0.64 0.05 0.29
HSL 304.62º 0.47% 0.48% -
HSV(B) 304.62º 0.64% 0.71% -
XYZ 28.72 16.74 41.25 -
YUV 112.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 182 65 173 0 0.64 0.05 0.29 304.62 0.47 0.48
Hex B6 41 AD 0 40 5 1D 131 2F 30
Octal 266 101 255 0 100 5 35 461 57 60
Binary 10110110 1000001 10101101 0 1000000 101 11101 100110001 101111 110000

Color Harmonies of #B641AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641AD

Black with #B641AD

Text Example


Text Example

White with #B641AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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