Html Css Color HEX #B168B9 Fuchsia

📋 copy color: '#B168B9'

red 177 ◦ green 104 ◦ blue 185

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

Shades of Fuchsia #B168B9

Tints of Fuchsia #B168B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.32%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 37.98%
G = 22.32%
B = 39.7%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B168B9 (or 0xB168B9) is known color: Fuchsia. HEX triplet: B1, 68 and B9. RGB value is (177,104,185). Sum of RGB (Red+Green+Blue) = 177+104+185=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #B168B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168B9 is #4E9746. Grayscale: #868686. Windows color (decimal): -5150535 or 12150961. OLE color: 12150961.

HSL color Cylindrical-coordinate representation of color #B168B9: hue angle of 294.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B168B9 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 104 185 -
CMYK 0.04 0.44 0 0.27
HSL 294.07º 0.37% 0.57% -
HSV(B) 294.07º 0.44% 0.73% -
XYZ 31.84 22.75 48.61 -
YUV 135.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 177 104 185 0.04 0.44 0 0.27 294.07 0.37 0.57
Hex B1 68 B9 4 2C 0 1B 126 25 39
Octal 261 150 271 4 54 0 33 446 45 71
Binary 10110001 1101000 10111001 100 101100 0 11011 100100110 100101 111001

Color Harmonies of #B168B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168B9

Black with #B168B9

Text Example


Text Example

White with #B168B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168B9; }

 p { color: rgb(177,104,185); }

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

background-color css

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

 a { background-color: rgb(177,104,185); }

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

border-color css

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

 span { border-color: rgb(177,104,185); }

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