#B135F9

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

Shades of Blue Violet #B135F9

Tints of Blue Violet #B135F9

Color information

#B135F9 (or 0xB135F9) is unknown color: approx Blue Violet. HEX triplet: B1, 35 and F9. RGB value is (177,53,249). Sum of RGB (Red+Green+Blue) = 177+53+249=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #B135F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B135F9 is #4ECA06. Grayscale: #6F6F6F. Windows color (decimal): -5163527 or 16332209. OLE color: 16332209.

HSL color Cylindrical-coordinate representation of color #B135F9: hue angle of 277.96º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B135F9 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17753249-
CMYK0.290.7900.02
HSL277.96º94.23%59.22%-
HSV(B)277.96º78.71%97.65%-
XYZ36.518.7391.31-
YUV112.42205.08174.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 53 (21.09% from 255) = 11.06%
BLUE value IS 249 (97.66% from 255) = 51.98%
R=36.95%
G=11.06%
B=51.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177532490.290.7900.02277.9694.2359.22
HexB135F91D4F021165e3b
Octal26165371351170242613673
Binary10110001110101111110011110110011110101000101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135F9; }

 p { color: rgb(177,53,249); }

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

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

 a { background-color: rgb(177,53,249); }

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

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

 span { border-color: rgb(177,53,249); }

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