Html Css Color HEX #B641AB Fuchsia

📋 copy color: '#B641AB'

red 182 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #B641AB

Tints of Fuchsia #B641AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 43.54%
G = 15.55%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B641AB (or 0xB641AB) is known color: Fuchsia. HEX triplet: B6, 41 and AB. RGB value is (182,65,171). Sum of RGB (Red+Green+Blue) = 182+65+171=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B641AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641AB is #49BE54. Grayscale: #6F6F6F. Windows color (decimal): -4832853 or 11223478. OLE color: 11223478.

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

Color convert

RGB 182 65 171 -
CMYK 0 0.64 0.06 0.29
HSL 305.64º 0.47% 0.48% -
HSV(B) 305.64º 0.64% 0.71% -
XYZ 28.53 16.67 40.24 -
YUV 112.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 182 65 171 0 0.64 0.06 0.29 305.64 0.47 0.48
Hex B6 41 AB 0 40 6 1D 132 2F 30
Octal 266 101 253 0 100 6 35 462 57 60
Binary 10110110 1000001 10101011 0 1000000 110 11101 100110010 101111 110000

Color Harmonies of #B641AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641AB

Black with #B641AB

Text Example


Text Example

White with #B641AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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