Html Css Color HEX #B361B1 Fuchsia

📋 copy color: '#B361B1'

red 179 ◦ green 97 ◦ blue 177

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

Shades of Fuchsia #B361B1

Tints of Fuchsia #B361B1

RGB

 RED value IS 179 (70.31% from 255) = 39.51%

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

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

R = 39.51%
G = 21.41%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B361B1 (or 0xB361B1) is known color: Fuchsia. HEX triplet: B3, 61 and B1. RGB value is (179,97,177). Sum of RGB (Red+Green+Blue) = 179+97+177=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B361B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361B1 is #4C9E4E. Grayscale: #828282. Windows color (decimal): -5021263 or 11624883. OLE color: 11624883.

HSL color Cylindrical-coordinate representation of color #B361B1: hue angle of 301.46º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B361B1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 97 177 -
CMYK 0 0.46 0.01 0.30
HSL 301.46º 0.35% 0.54% -
HSV(B) 301.46º 0.46% 0.7% -
XYZ 30.8 21.31 44.08 -
YUV 130.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 179 97 177 0 0.46 0.01 0.30 301.46 0.35 0.54
Hex B3 61 B1 0 2E 1 1E 12D 23 36
Octal 263 141 261 0 56 1 36 455 43 66
Binary 10110011 1100001 10110001 0 101110 1 11110 100101101 100011 110110

Color Harmonies of #B361B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361B1

Black with #B361B1

Text Example


Text Example

White with #B361B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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