Html Css Color HEX #B931C7 Fuchsia

📋 copy color: '#B931C7'

red 185 ◦ green 49 ◦ blue 199

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

Shades of Fuchsia #B931C7

Tints of Fuchsia #B931C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 42.73%
G = 11.32%
B = 45.96%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B931C7 (or 0xB931C7) is known color: Fuchsia. HEX triplet: B9, 31 and C7. RGB value is (185,49,199). Sum of RGB (Red+Green+Blue) = 185+49+199=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #B931C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931C7 is #46CE38. Grayscale: #6A6A6A. Windows color (decimal): -4640313 or 13054393. OLE color: 13054393.

HSL color Cylindrical-coordinate representation of color #B931C7: hue angle of 294.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B931C7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 49 199 -
CMYK 0.07 0.75 0 0.22
HSL 294.4º 0.6% 0.49% -
HSV(B) 294.4º 0.75% 0.78% -
XYZ 31.41 16.63 55.59 -
YUV 106.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 185 49 199 0.07 0.75 0 0.22 294.4 0.6 0.49
Hex B9 31 C7 7 4B 0 16 126 3C 31
Octal 271 61 307 7 113 0 26 446 74 61
Binary 10111001 110001 11000111 111 1001011 0 10110 100100110 111100 110001

Color Harmonies of #B931C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931C7

Black with #B931C7

Text Example


Text Example

White with #B931C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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