Html Css Color HEX #B130AF Fuchsia

📋 copy color: '#B130AF'

red 177 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #B130AF

Tints of Fuchsia #B130AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

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

R = 44.25%
G = 12%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B130AF (or 0xB130AF) is known color: Fuchsia. HEX triplet: B1, 30 and AF. RGB value is (177,48,175). Sum of RGB (Red+Green+Blue) = 177+48+175=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B130AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130AF is #4ECF50. Grayscale: #646464. Windows color (decimal): -5164881 or 11481265. OLE color: 11481265.

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

Color convert

RGB 177 48 175 -
CMYK 0 0.73 0.01 0.31
HSL 300.93º 0.57% 0.44% -
HSV(B) 300.93º 0.73% 0.69% -
XYZ 26.93 14.56 41.95 -
YUV 101.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 177 48 175 0 0.73 0.01 0.31 300.93 0.57 0.44
Hex B1 30 AF 0 49 1 1F 12D 39 2C
Octal 261 60 257 0 111 1 37 455 71 54
Binary 10110001 110000 10101111 0 1001001 1 11111 100101101 111001 101100

Color Harmonies of #B130AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130AF

Black with #B130AF

Text Example


Text Example

White with #B130AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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