Html Css Color HEX #B162B3 Fuchsia

📋 copy color: '#B162B3'

red 177 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #B162B3

Tints of Fuchsia #B162B3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 179 (70.31% from 255) = 39.43%

R = 38.99%
G = 21.59%
B = 39.43%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B162B3 (or 0xB162B3) is known color: Fuchsia. HEX triplet: B1, 62 and B3. RGB value is (177,98,179). Sum of RGB (Red+Green+Blue) = 177+98+179=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #B162B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162B3 is #4E9D4C. Grayscale: #828282. Windows color (decimal): -5152077 or 11756209. OLE color: 11756209.

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

Color convert

RGB 177 98 179 -
CMYK 0.01 0.45 0 0.30
HSL 298.52º 0.35% 0.54% -
HSV(B) 298.52º 0.45% 0.7% -
XYZ 30.64 21.34 45.15 -
YUV 130.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 177 98 179 0.01 0.45 0 0.30 298.52 0.35 0.54
Hex B1 62 B3 1 2D 0 1E 12B 23 36
Octal 261 142 263 1 55 0 36 453 43 66
Binary 10110001 1100010 10110011 1 101101 0 11110 100101011 100011 110110

Color Harmonies of #B162B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162B3

Black with #B162B3

Text Example


Text Example

White with #B162B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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