Html Css Color HEX #B154BB Fuchsia

📋 copy color: '#B154BB'

red 177 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #B154BB

Tints of Fuchsia #B154BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 39.51%
G = 18.75%
B = 41.74%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B154BB (or 0xB154BB) is known color: Fuchsia. HEX triplet: B1, 54 and BB. RGB value is (177,84,187). Sum of RGB (Red+Green+Blue) = 177+84+187=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #B154BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154BB is #4EAB44. Grayscale: #7B7B7B. Windows color (decimal): -5155653 or 12276913. OLE color: 12276913.

HSL color Cylindrical-coordinate representation of color #B154BB: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B154BB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 84 187 -
CMYK 0.05 0.55 0 0.27
HSL 294.17º 0.43% 0.53% -
HSV(B) 294.17º 0.55% 0.73% -
XYZ 30.27 19.28 49.14 -
YUV 123.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 177 84 187 0.05 0.55 0 0.27 294.17 0.43 0.53
Hex B1 54 BB 5 37 0 1B 126 2B 35
Octal 261 124 273 5 67 0 33 446 53 65
Binary 10110001 1010100 10111011 101 110111 0 11011 100100110 101011 110101

Color Harmonies of #B154BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154BB

Black with #B154BB

Text Example


Text Example

White with #B154BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154BB; }

 p { color: rgb(177,84,187); }

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

background-color css

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

 a { background-color: rgb(177,84,187); }

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

border-color css

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

 span { border-color: rgb(177,84,187); }

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