#B434F9

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

Shades of Blue Violet #B434F9

Tints of Blue Violet #B434F9

Color information

#B434F9 (or 0xB434F9) is unknown color: approx Blue Violet. HEX triplet: B4, 34 and F9. RGB value is (180,52,249). Sum of RGB (Red+Green+Blue) = 180+52+249=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #B434F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B434F9 is #4BCB06. Grayscale: #707070. Windows color (decimal): -4967175 or 16331956. OLE color: 16331956.

HSL color Cylindrical-coordinate representation of color #B434F9: hue angle of 278.98º 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 #B434F9 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18052249-
CMYK0.280.7900.02
HSL278.98º94.26%59.02%-
HSV(B)278.98º79.12%97.65%-
XYZ37.151991.33-
YUV112.73204.91175.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 52 (20.70% from 255) = 10.81%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=37.42%
G=10.81%
B=51.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180522490.280.7900.02278.9894.2659.02
HexB434F91C4F021175e3b
Octal26464371341170242713673
Binary10110100110100111110011110010011110101000101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434F9; }

 p { color: rgb(180,52,249); }

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

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

 a { background-color: rgb(180,52,249); }

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

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

 span { border-color: rgb(180,52,249); }

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