Html Css Color HEX #B149BD Fuchsia

📋 copy color: '#B149BD'

red 177 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #B149BD

Tints of Fuchsia #B149BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 40.32%
G = 16.63%
B = 43.05%

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

#B149BD (or 0xB149BD) is known color: Fuchsia. HEX triplet: B1, 49 and BD. RGB value is (177,73,189). Sum of RGB (Red+Green+Blue) = 177+73+189=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #B149BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149BD is #4EB642. Grayscale: #747474. Windows color (decimal): -5158467 or 12405169. OLE color: 12405169.

HSL color Cylindrical-coordinate representation of color #B149BD: hue angle of 293.79º degrees, saturation: 0.47, 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 #B149BD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 73 189 -
CMYK 0.06 0.61 0 0.26
HSL 293.79º 0.47% 0.51% -
HSV(B) 293.79º 0.61% 0.74% -
XYZ 29.7 17.79 50.01 -
YUV 117.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 177 73 189 0.06 0.61 0 0.26 293.79 0.47 0.51
Hex B1 49 BD 6 3D 0 1A 126 2F 33
Octal 261 111 275 6 75 0 32 446 57 63
Binary 10110001 1001001 10111101 110 111101 0 11010 100100110 101111 110011

Color Harmonies of #B149BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149BD

Black with #B149BD

Text Example


Text Example

White with #B149BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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