Html Css Color HEX #B46CB2 Fuchsia

📋 copy color: '#B46CB2'

red 180 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #B46CB2

Tints of Fuchsia #B46CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

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

R = 38.63%
G = 23.18%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B46CB2 (or 0xB46CB2) is known color: Fuchsia. HEX triplet: B4, 6C and B2. RGB value is (180,108,178). Sum of RGB (Red+Green+Blue) = 180+108+178=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CB2 is #4B934D. Grayscale: #898989. Windows color (decimal): -4952910 or 11693236. OLE color: 11693236.

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

Color convert

RGB 180 108 178 -
CMYK 0 0.40 0.01 0.29
HSL 301.67º 0.32% 0.56% -
HSV(B) 301.67º 0.4% 0.71% -
XYZ 32.22 23.64 44.98 -
YUV 137.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 180 108 178 0 0.40 0.01 0.29 301.67 0.32 0.56
Hex B4 6C B2 0 28 1 1D 12E 20 38
Octal 264 154 262 0 50 1 35 456 40 70
Binary 10110100 1101100 10110010 0 101000 1 11101 100101110 100000 111000

Color Harmonies of #B46CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CB2

Black with #B46CB2

Text Example


Text Example

White with #B46CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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