Html Css Color HEX #B148B0 Fuchsia

📋 copy color: '#B148B0'

red 177 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #B148B0

Tints of Fuchsia #B148B0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.94%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 41.65%
G = 16.94%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B148B0 (or 0xB148B0) is known color: Fuchsia. HEX triplet: B1, 48 and B0. RGB value is (177,72,176). Sum of RGB (Red+Green+Blue) = 177+72+176=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B148B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148B0 is #4EB74F. Grayscale: #727272. Windows color (decimal): -5158736 or 11552945. OLE color: 11552945.

HSL color Cylindrical-coordinate representation of color #B148B0: hue angle of 300.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B148B0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 176 -
CMYK 0 0.59 0.01 0.31
HSL 300.57º 0.42% 0.49% -
HSV(B) 300.57º 0.59% 0.69% -
XYZ 28.29 17.12 42.89 -
YUV 115.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 177 72 176 0 0.59 0.01 0.31 300.57 0.42 0.49
Hex B1 48 B0 0 3B 1 1F 12D 2A 31
Octal 261 110 260 0 73 1 37 455 52 61
Binary 10110001 1001000 10110000 0 111011 1 11111 100101101 101010 110001

Color Harmonies of #B148B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148B0

Black with #B148B0

Text Example


Text Example

White with #B148B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148B0; }

 p { color: rgb(177,72,176); }

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

background-color css

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

 a { background-color: rgb(177,72,176); }

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

border-color css

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

 span { border-color: rgb(177,72,176); }

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