Html Css Color HEX #B130B2 Fuchsia

📋 copy color: '#B130B2'

red 177 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #B130B2

Tints of Fuchsia #B130B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 43.92%
G = 11.91%
B = 44.17%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B130B2 (or 0xB130B2) is known color: Fuchsia. HEX triplet: B1, 30 and B2. RGB value is (177,48,178). Sum of RGB (Red+Green+Blue) = 177+48+178=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #B130B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130B2 is #4ECF4D. Grayscale: #656565. Windows color (decimal): -5164878 or 11677873. OLE color: 11677873.

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

Color convert

RGB 177 48 178 -
CMYK 0.01 0.73 0 0.30
HSL 299.54º 0.58% 0.44% -
HSV(B) 299.54º 0.73% 0.7% -
XYZ 27.22 14.68 43.52 -
YUV 101.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 177 48 178 0.01 0.73 0 0.30 299.54 0.58 0.44
Hex B1 30 B2 1 49 0 1E 12C 3A 2C
Octal 261 60 262 1 111 0 36 454 72 54
Binary 10110001 110000 10110010 1 1001001 0 11110 100101100 111010 101100

Color Harmonies of #B130B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130B2

Black with #B130B2

Text Example


Text Example

White with #B130B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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