#B136F5

Color #B136F5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B136F5

Tints of Blue Violet #B136F5

Color information

#B136F5 (or 0xB136F5) is unknown color: approx Blue Violet. HEX triplet: B1, 36 and F5. RGB value is (177,54,245). Sum of RGB (Red+Green+Blue) = 177+54+245=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #B136F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136F5 is #4EC90A. Grayscale: #6F6F6F. Windows color (decimal): -5163275 or 16070321. OLE color: 16070321.

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

Color convert

RGB17754245-
CMYK0.280.7800.04
HSL278.64º90.52%58.63%-
HSV(B)278.64º77.96%96.08%-
XYZ35.9318.5888.08-
YUV112.55202.75173.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 54 (21.48% from 255) = 11.34%
BLUE value IS 245 (96.09% from 255) = 51.47%
R=37.18%
G=11.34%
B=51.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177542450.280.7800.04278.6490.5258.63
HexB136F51C4E041175b3b
Octal26166365341160442713373
Binary101100011101101111010111100100111001001000101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136F5; }

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

 H1.HeaderClassName
 {
   color: #B136F5;
 }
 .AnyTagClassName
 {
   color: #B136F5;
 }
</style>
background-color css

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

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

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

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

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

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