Html Css Color HEX #B131F5 Blue Violet

📋 copy color: '#B131F5'

red 177 ◦ green 49 ◦ blue 245

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

Shades of Blue Violet #B131F5

Tints of Blue Violet #B131F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.02%

R = 37.58%
G = 10.4%
B = 52.02%

CMYK

 C value IS 0.28

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B131F5 (or 0xB131F5) is known color: Blue Violet. HEX triplet: B1, 31 and F5. RGB value is (177,49,245). Sum of RGB (Red+Green+Blue) = 177+49+245=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #B131F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131F5 is #4ECE0A. Grayscale: #6C6C6C. Windows color (decimal): -5164555 or 16069041. OLE color: 16069041.

HSL color Cylindrical-coordinate representation of color #B131F5: hue angle of 279.18º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B131F5 is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 49 245 -
CMYK 0.28 0.8 0 0.04
HSL 279.18º 0.91% 0.58% -
HSV(B) 279.18º 0.8% 0.96% -
XYZ 35.71 18.14 88 -
YUV 109.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 177 49 245 0.28 0.8 0 0.04 279.18 0.91 0.58
Hex B1 31 F5 1C 50 0 4 117 5B 3A
Octal 261 61 365 34 120 0 4 427 133 72
Binary 10110001 110001 11110101 11100 1010000 0 100 100010111 1011011 111010

Color Harmonies of #B131F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131F5

Black with #B131F5

Text Example


Text Example

White with #B131F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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