Html Css Color HEX #B46BB4 Fuchsia

📋 copy color: '#B46BB4'

red 180 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #B46BB4

Tints of Fuchsia #B46BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 38.54%
G = 22.91%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B46BB4 (or 0xB46BB4) is known color: Fuchsia. HEX triplet: B4, 6B and B4. RGB value is (180,107,180). Sum of RGB (Red+Green+Blue) = 180+107+180=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B46BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BB4 is #4B944B. Grayscale: #888888. Windows color (decimal): -4953164 or 11824052. OLE color: 11824052.

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

Color convert

RGB 180 107 180 -
CMYK 0 0.41 0 0.29
HSL 300º 0.33% 0.56% -
HSV(B) 300º 0.41% 0.71% -
XYZ 32.32 23.51 46.02 -
YUV 137.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 180 107 180 0 0.41 0 0.29 300 0.33 0.56
Hex B4 6B B4 0 29 0 1D 12C 21 38
Octal 264 153 264 0 51 0 35 454 41 70
Binary 10110100 1101011 10110100 0 101001 0 11101 100101100 100001 111000

Color Harmonies of #B46BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BB4

Black with #B46BB4

Text Example


Text Example

White with #B46BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BB4; }

 p { color: rgb(180,107,180); }

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

background-color css

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

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

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

border-color css

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

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

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