#B150BD

Color #B150BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B150BD

Tints of Fuchsia #B150BD

Color information

#B150BD (or 0xB150BD) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and BD. RGB value is (177,80,189). Sum of RGB (Red+Green+Blue) = 177+80+189=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #B150BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150BD is #4EAF42. Grayscale: #797979. Windows color (decimal): -5156675 or 12406961. OLE color: 12406961.

HSL color Cylindrical-coordinate representation of color #B150BD: hue angle of 293.39º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B150BD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17780189-
CMYK0.060.5800.26
HSL293.39º45.23%52.75%-
HSV(B)293.39º57.67%74.12%-
XYZ30.1918.7650.17-
YUV121.43166.14167.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=39.69%
G=17.94%
B=42.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177801890.060.5800.26293.3945.2352.75
HexB150BD63A01A1252d35
Octal2611202756720324455565
Binary10110001101000010111101110111010011010100100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150BD; }

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

 H1.HeaderClassName
 {
   color: #B150BD;
 }
 .AnyTagClassName
 {
   color: #B150BD;
 }
</style>
background-color css

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

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

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

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

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

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