Html Css Color HEX #B145AF Fuchsia

📋 copy color: '#B145AF'

red 177 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #B145AF

Tints of Fuchsia #B145AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 42.04%
G = 16.39%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B145AF (or 0xB145AF) is known color: Fuchsia. HEX triplet: B1, 45 and AF. RGB value is (177,69,175). Sum of RGB (Red+Green+Blue) = 177+69+175=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B145AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145AF is #4EBA50. Grayscale: #717171. Windows color (decimal): -5159505 or 11486641. OLE color: 11486641.

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

Color convert

RGB 177 69 175 -
CMYK 0 0.61 0.01 0.31
HSL 301.11º 0.44% 0.48% -
HSV(B) 301.11º 0.61% 0.69% -
XYZ 28 16.7 42.3 -
YUV 113.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 177 69 175 0 0.61 0.01 0.31 301.11 0.44 0.48
Hex B1 45 AF 0 3D 1 1F 12D 2C 30
Octal 261 105 257 0 75 1 37 455 54 60
Binary 10110001 1000101 10101111 0 111101 1 11111 100101101 101100 110000

Color Harmonies of #B145AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145AF

Black with #B145AF

Text Example


Text Example

White with #B145AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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