Html Css Color HEX #B151BD Fuchsia

📋 copy color: '#B151BD'

red 177 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #B151BD

Tints of Fuchsia #B151BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.12%

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 39.6%
G = 18.12%
B = 42.28%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B151BD (or 0xB151BD) is known color: Fuchsia. HEX triplet: B1, 51 and BD. RGB value is (177,81,189). Sum of RGB (Red+Green+Blue) = 177+81+189=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #B151BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151BD is #4EAE42. Grayscale: #797979. Windows color (decimal): -5156419 or 12407217. OLE color: 12407217.

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

Color convert

RGB 177 81 189 -
CMYK 0.06 0.57 0 0.26
HSL 293.33º 0.45% 0.53% -
HSV(B) 293.33º 0.57% 0.74% -
XYZ 30.26 18.91 50.2 -
YUV 122.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 177 81 189 0.06 0.57 0 0.26 293.33 0.45 0.53
Hex B1 51 BD 6 39 0 1A 125 2D 35
Octal 261 121 275 6 71 0 32 445 55 65
Binary 10110001 1010001 10111101 110 111001 0 11010 100100101 101101 110101

Color Harmonies of #B151BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151BD

Black with #B151BD

Text Example


Text Example

White with #B151BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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