Html Css Color HEX #B461B1 Fuchsia

📋 copy color: '#B461B1'

red 180 ◦ green 97 ◦ blue 177

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

Shades of Fuchsia #B461B1

Tints of Fuchsia #B461B1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 39.65%
G = 21.37%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B461B1 (or 0xB461B1) is known color: Fuchsia. HEX triplet: B4, 61 and B1. RGB value is (180,97,177). Sum of RGB (Red+Green+Blue) = 180+97+177=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B461B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B461B1 is #4B9E4E. Grayscale: #828282. Windows color (decimal): -4955727 or 11624884. OLE color: 11624884.

HSL color Cylindrical-coordinate representation of color #B461B1: hue angle of 302.17º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B461B1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 97 177 -
CMYK 0 0.46 0.02 0.29
HSL 302.17º 0.36% 0.54% -
HSV(B) 302.17º 0.46% 0.71% -
XYZ 31.03 21.43 44.1 -
YUV 130.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 180 97 177 0 0.46 0.02 0.29 302.17 0.36 0.54
Hex B4 61 B1 0 2E 2 1D 12E 24 36
Octal 264 141 261 0 56 2 35 456 44 66
Binary 10110100 1100001 10110001 0 101110 10 11101 100101110 100100 110110

Color Harmonies of #B461B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461B1

Black with #B461B1

Text Example


Text Example

White with #B461B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461B1; }

 p { color: rgb(180,97,177); }

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

background-color css

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

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

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

border-color css

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

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

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