Html Css Color HEX #B139F6 Blue Violet

📋 copy color: '#B139F6'

red 177 ◦ green 57 ◦ blue 246

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

Shades of Blue Violet #B139F6

Tints of Blue Violet #B139F6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.88%

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 36.88%
G = 11.88%
B = 51.25%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B139F6 (or 0xB139F6) is known color: Blue Violet. HEX triplet: B1, 39 and F6. RGB value is (177,57,246). Sum of RGB (Red+Green+Blue) = 177+57+246=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #B139F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139F6 is #4EC609. Grayscale: #717171. Windows color (decimal): -5162506 or 16136625. OLE color: 16136625.

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

Color convert

RGB 177 57 246 -
CMYK 0.28 0.77 0 0.04
HSL 278.1º 0.91% 0.59% -
HSV(B) 278.1º 0.77% 0.96% -
XYZ 36.23 18.93 88.93 -
YUV 114.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 177 57 246 0.28 0.77 0 0.04 278.1 0.91 0.59
Hex B1 39 F6 1C 4D 0 4 116 5B 3B
Octal 261 71 366 34 115 0 4 426 133 73
Binary 10110001 111001 11110110 11100 1001101 0 100 100010110 1011011 111011

Color Harmonies of #B139F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139F6

Black with #B139F6

Text Example


Text Example

White with #B139F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139F6; }

 p { color: rgb(177,57,246); }

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

background-color css

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

 a { background-color: rgb(177,57,246); }

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

border-color css

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

 span { border-color: rgb(177,57,246); }

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