Html Css Color HEX #B149BC Fuchsia

📋 copy color: '#B149BC'

red 177 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #B149BC

Tints of Fuchsia #B149BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

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

R = 40.41%
G = 16.67%
B = 42.92%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B149BC (or 0xB149BC) is known color: Fuchsia. HEX triplet: B1, 49 and BC. RGB value is (177,73,188). Sum of RGB (Red+Green+Blue) = 177+73+188=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #B149BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149BC is #4EB643. Grayscale: #747474. Windows color (decimal): -5158468 or 12339633. OLE color: 12339633.

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

Color convert

RGB 177 73 188 -
CMYK 0.06 0.61 0 0.26
HSL 294.26º 0.46% 0.51% -
HSV(B) 294.26º 0.61% 0.74% -
XYZ 29.59 17.74 49.44 -
YUV 117.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 177 73 188 0.06 0.61 0 0.26 294.26 0.46 0.51
Hex B1 49 BC 6 3D 0 1A 126 2E 33
Octal 261 111 274 6 75 0 32 446 56 63
Binary 10110001 1001001 10111100 110 111101 0 11010 100100110 101110 110011

Color Harmonies of #B149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149BC

Black with #B149BC

Text Example


Text Example

White with #B149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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