Html Css Color HEX #B931B5 Fuchsia

📋 copy color: '#B931B5'

red 185 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #B931B5

Tints of Fuchsia #B931B5

RGB

 RED value IS 185 (72.66% from 255) = 44.58%

 GREEN value IS 49 (19.53% from 255) = 11.81%

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 44.58%
G = 11.81%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B931B5 (or 0xB931B5) is known color: Fuchsia. HEX triplet: B9, 31 and B5. RGB value is (185,49,181). Sum of RGB (Red+Green+Blue) = 185+49+181=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B931B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931B5 is #46CE4A. Grayscale: #686868. Windows color (decimal): -4640331 or 11874745. OLE color: 11874745.

HSL color Cylindrical-coordinate representation of color #B931B5: hue angle of 301.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B931B5 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 181 -
CMYK 0 0.74 0.02 0.27
HSL 301.76º 0.58% 0.46% -
HSV(B) 301.76º 0.74% 0.73% -
XYZ 29.45 15.85 45.22 -
YUV 104.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 185 49 181 0 0.74 0.02 0.27 301.76 0.58 0.46
Hex B9 31 B5 0 4A 2 1B 12E 3A 2E
Octal 271 61 265 0 112 2 33 456 72 56
Binary 10111001 110001 10110101 0 1001010 10 11011 100101110 111010 101110

Color Harmonies of #B931B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931B5

Black with #B931B5

Text Example


Text Example

White with #B931B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931B5; }

 p { color: rgb(185,49,181); }

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

background-color css

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

 a { background-color: rgb(185,49,181); }

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

border-color css

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

 span { border-color: rgb(185,49,181); }

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