Html Css Color HEX #B130AD Fuchsia

📋 copy color: '#B130AD'

red 177 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #B130AD

Tints of Fuchsia #B130AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 44.47%
G = 12.06%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B130AD (or 0xB130AD) is known color: Fuchsia. HEX triplet: B1, 30 and AD. RGB value is (177,48,173). Sum of RGB (Red+Green+Blue) = 177+48+173=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B130AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130AD is #4ECF52. Grayscale: #646464. Windows color (decimal): -5164883 or 11350193. OLE color: 11350193.

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

Color convert

RGB 177 48 173 -
CMYK 0 0.73 0.02 0.31
HSL 301.86º 0.57% 0.44% -
HSV(B) 301.86º 0.73% 0.69% -
XYZ 26.73 14.48 40.92 -
YUV 100.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 177 48 173 0 0.73 0.02 0.31 301.86 0.57 0.44
Hex B1 30 AD 0 49 2 1F 12E 39 2C
Octal 261 60 255 0 111 2 37 456 71 54
Binary 10110001 110000 10101101 0 1001001 10 11111 100101110 111001 101100

Color Harmonies of #B130AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130AD

Black with #B130AD

Text Example


Text Example

White with #B130AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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