Html Css Color HEX #B151B0 Fuchsia

📋 copy color: '#B151B0'

red 177 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #B151B0

Tints of Fuchsia #B151B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 40.78%
G = 18.66%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B151B0 (or 0xB151B0) is known color: Fuchsia. HEX triplet: B1, 51 and B0. RGB value is (177,81,176). Sum of RGB (Red+Green+Blue) = 177+81+176=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B151B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151B0 is #4EAE4F. Grayscale: #787878. Windows color (decimal): -5156432 or 11555249. OLE color: 11555249.

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

Color convert

RGB 177 81 176 -
CMYK 0 0.54 0.01 0.31
HSL 300.63º 0.38% 0.51% -
HSV(B) 300.63º 0.54% 0.69% -
XYZ 28.91 18.37 43.1 -
YUV 120.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 177 81 176 0 0.54 0.01 0.31 300.63 0.38 0.51
Hex B1 51 B0 0 36 1 1F 12D 26 33
Octal 261 121 260 0 66 1 37 455 46 63
Binary 10110001 1010001 10110000 0 110110 1 11111 100101101 100110 110011

Color Harmonies of #B151B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151B0

Black with #B151B0

Text Example


Text Example

White with #B151B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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