Html Css Color HEX #B148AF Fuchsia

📋 copy color: '#B148AF'

red 177 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #B148AF

Tints of Fuchsia #B148AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 41.75%
G = 16.98%
B = 41.27%

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

#B148AF (or 0xB148AF) is known color: Fuchsia. HEX triplet: B1, 48 and AF. RGB value is (177,72,175). Sum of RGB (Red+Green+Blue) = 177+72+175=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B148AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148AF is #4EB750. Grayscale: #727272. Windows color (decimal): -5158737 or 11487409. OLE color: 11487409.

HSL color Cylindrical-coordinate representation of color #B148AF: hue angle of 301.14º 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 #B148AF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 175 -
CMYK 0 0.59 0.01 0.31
HSL 301.14º 0.42% 0.49% -
HSV(B) 301.14º 0.59% 0.69% -
XYZ 28.19 17.08 42.37 -
YUV 115.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 177 72 175 0 0.59 0.01 0.31 301.14 0.42 0.49
Hex B1 48 AF 0 3B 1 1F 12D 2A 31
Octal 261 110 257 0 73 1 37 455 52 61
Binary 10110001 1001000 10101111 0 111011 1 11111 100101101 101010 110001

Color Harmonies of #B148AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148AF

Black with #B148AF

Text Example


Text Example

White with #B148AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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