Html Css Color HEX #B46AB2 Fuchsia

📋 copy color: '#B46AB2'

red 180 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #B46AB2

Tints of Fuchsia #B46AB2

RGB

 RED value IS 180 (70.7% from 255) = 38.79%

 GREEN value IS 106 (41.8% from 255) = 22.84%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 38.79%
G = 22.84%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B46AB2 (or 0xB46AB2) is known color: Fuchsia. HEX triplet: B4, 6A and B2. RGB value is (180,106,178). Sum of RGB (Red+Green+Blue) = 180+106+178=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AB2 is #4B954D. Grayscale: #888888. Windows color (decimal): -4953422 or 11692724. OLE color: 11692724.

HSL color Cylindrical-coordinate representation of color #B46AB2: hue angle of 301.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AB2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 106 178 -
CMYK 0 0.41 0.01 0.29
HSL 301.62º 0.33% 0.56% -
HSV(B) 301.62º 0.41% 0.71% -
XYZ 32.01 23.23 44.92 -
YUV 136.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 180 106 178 0 0.41 0.01 0.29 301.62 0.33 0.56
Hex B4 6A B2 0 29 1 1D 12E 21 38
Octal 264 152 262 0 51 1 35 456 41 70
Binary 10110100 1101010 10110010 0 101001 1 11101 100101110 100001 111000

Color Harmonies of #B46AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AB2

Black with #B46AB2

Text Example


Text Example

White with #B46AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AB2; }

 p { color: rgb(180,106,178); }

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

background-color css

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

 a { background-color: rgb(180,106,178); }

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

border-color css

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

 span { border-color: rgb(180,106,178); }

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