Html Css Color HEX #B162BE Fuchsia

📋 copy color: '#B162BE'

red 177 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #B162BE

Tints of Fuchsia #B162BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 38.06%
G = 21.08%
B = 40.86%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B162BE (or 0xB162BE) is known color: Fuchsia. HEX triplet: B1, 62 and BE. RGB value is (177,98,190). Sum of RGB (Red+Green+Blue) = 177+98+190=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162BE is #4E9D41. Grayscale: #838383. Windows color (decimal): -5152066 or 12477105. OLE color: 12477105.

HSL color Cylindrical-coordinate representation of color #B162BE: hue angle of 291.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B162BE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 98 190 -
CMYK 0.07 0.48 0 0.25
HSL 291.52º 0.41% 0.56% -
HSV(B) 291.52º 0.48% 0.75% -
XYZ 31.79 21.8 51.25 -
YUV 132.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 177 98 190 0.07 0.48 0 0.25 291.52 0.41 0.56
Hex B1 62 BE 7 30 0 19 124 29 38
Octal 261 142 276 7 60 0 31 444 51 70
Binary 10110001 1100010 10111110 111 110000 0 11001 100100100 101001 111000

Color Harmonies of #B162BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162BE

Black with #B162BE

Text Example


Text Example

White with #B162BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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