Html Css Color HEX #B154BC Fuchsia

📋 copy color: '#B154BC'

red 177 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #B154BC

Tints of Fuchsia #B154BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 39.42%
G = 18.71%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B154BC (or 0xB154BC) is known color: Fuchsia. HEX triplet: B1, 54 and BC. RGB value is (177,84,188). Sum of RGB (Red+Green+Blue) = 177+84+188=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #B154BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154BC is #4EAB43. Grayscale: #7B7B7B. Windows color (decimal): -5155652 or 12342449. OLE color: 12342449.

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

Color convert

RGB 177 84 188 -
CMYK 0.06 0.55 0 0.26
HSL 293.65º 0.44% 0.53% -
HSV(B) 293.65º 0.55% 0.74% -
XYZ 30.38 19.32 49.7 -
YUV 123.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 177 84 188 0.06 0.55 0 0.26 293.65 0.44 0.53
Hex B1 54 BC 6 37 0 1A 126 2C 35
Octal 261 124 274 6 67 0 32 446 54 65
Binary 10110001 1010100 10111100 110 110111 0 11010 100100110 101100 110101

Color Harmonies of #B154BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154BC

Black with #B154BC

Text Example


Text Example

White with #B154BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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