Html Css Color HEX #B131FF Blue Violet

📋 copy color: '#B131FF'

red 177 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #B131FF

Tints of Blue Violet #B131FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 36.8%
G = 10.19%
B = 53.01%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B131FF (or 0xB131FF) is known color: Blue Violet. HEX triplet: B1, 31 and FF. RGB value is (177,49,255). Sum of RGB (Red+Green+Blue) = 177+49+255=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B131FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131FF is #4ECE00. Grayscale: #6E6E6E. Windows color (decimal): -5164545 or 16724401. OLE color: 16724401.

HSL color Cylindrical-coordinate representation of color #B131FF: hue angle of 277.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B131FF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 49 255 -
CMYK 0.31 0.81 0 0
HSL 277.28º 1% 0.6% -
HSV(B) 277.28º 0.81% 1% -
XYZ 37.28 18.76 96.26 -
YUV 110.76 209.41 175.25 -
System Red Green Blue C M Y K H S L
Decimal 177 49 255 0.31 0.81 0 0 277.28 1 0.6
Hex B1 31 FF 1F 51 0 0 115 64 3C
Octal 261 61 377 37 121 0 0 425 144 74
Binary 10110001 110001 11111111 11111 1010001 0 0 100010101 1100100 111100

Color Harmonies of #B131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131FF

Black with #B131FF

Text Example


Text Example

White with #B131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131FF; }

 p { color: rgb(177,49,255); }

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

background-color css

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

 a { background-color: rgb(177,49,255); }

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

border-color css

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

 span { border-color: rgb(177,49,255); }

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