Html Css Color HEX #B156C0 Fuchsia

📋 copy color: '#B156C0'

red 177 ◦ green 86 ◦ blue 192

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

Shades of Fuchsia #B156C0

Tints of Fuchsia #B156C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 38.9%
G = 18.9%
B = 42.2%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B156C0 (or 0xB156C0) is known color: Fuchsia. HEX triplet: B1, 56 and C0. RGB value is (177,86,192). Sum of RGB (Red+Green+Blue) = 177+86+192=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #B156C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156C0 is #4EA93F. Grayscale: #7C7C7C. Windows color (decimal): -5155136 or 12605105. OLE color: 12605105.

HSL color Cylindrical-coordinate representation of color #B156C0: hue angle of 291.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B156C0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 86 192 -
CMYK 0.08 0.55 0 0.25
HSL 291.51º 0.46% 0.55% -
HSV(B) 291.51º 0.55% 0.75% -
XYZ 30.97 19.81 52.06 -
YUV 125.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 177 86 192 0.08 0.55 0 0.25 291.51 0.46 0.55
Hex B1 56 C0 8 37 0 19 124 2E 37
Octal 261 126 300 10 67 0 31 444 56 67
Binary 10110001 1010110 11000000 1000 110111 0 11001 100100100 101110 110111

Color Harmonies of #B156C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156C0

Black with #B156C0

Text Example


Text Example

White with #B156C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156C0; }

 p { color: rgb(177,86,192); }

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

background-color css

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

 a { background-color: rgb(177,86,192); }

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

border-color css

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

 span { border-color: rgb(177,86,192); }

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