Html Css Color HEX #B150AC Fuchsia

📋 copy color: '#B150AC'

red 177 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #B150AC

Tints of Fuchsia #B150AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 41.26%
G = 18.65%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B150AC (or 0xB150AC) is known color: Fuchsia. HEX triplet: B1, 50 and AC. RGB value is (177,80,172). Sum of RGB (Red+Green+Blue) = 177+80+172=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AC is #4EAF53. Grayscale: #777777. Windows color (decimal): -5156692 or 11292849. OLE color: 11292849.

HSL color Cylindrical-coordinate representation of color #B150AC: hue angle of 303.09º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B150AC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 172 -
CMYK 0 0.55 0.03 0.31
HSL 303.09º 0.38% 0.5% -
HSV(B) 303.09º 0.55% 0.69% -
XYZ 28.45 18.06 41.02 -
YUV 119.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 177 80 172 0 0.55 0.03 0.31 303.09 0.38 0.5
Hex B1 50 AC 0 37 3 1F 12F 26 32
Octal 261 120 254 0 67 3 37 457 46 62
Binary 10110001 1010000 10101100 0 110111 11 11111 100101111 100110 110010

Color Harmonies of #B150AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150AC

Black with #B150AC

Text Example


Text Example

White with #B150AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150AC; }

 p { color: rgb(177,80,172); }

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

background-color css

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

 a { background-color: rgb(177,80,172); }

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

border-color css

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

 span { border-color: rgb(177,80,172); }

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