#B432FB

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

Shades of Blue Violet #B432FB

Tints of Blue Violet #B432FB

Color information

#B432FB (or 0xB432FB) is unknown color: approx Blue Violet. HEX triplet: B4, 32 and FB. RGB value is (180,50,251). Sum of RGB (Red+Green+Blue) = 180+50+251=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #B432FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B432FB is #4BCD04. Grayscale: #6F6F6F. Windows color (decimal): -4967685 or 16462516. OLE color: 16462516.

HSL color Cylindrical-coordinate representation of color #B432FB: hue angle of 278.81º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B432FB is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18050251-
CMYK0.280.8000.02
HSL278.81º96.17%59.02%-
HSV(B)278.81º80.08%98.43%-
XYZ37.3818.9592.95-
YUV111.78206.57176.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 50 (19.92% from 255) = 10.40%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=37.42%
G=10.40%
B=52.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180502510.280.8000.02278.8196.1759.02
HexB432FB1C5002117603b
Octal26462373341200242714073
Binary10110100110010111110111110010100000101000101111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432FB; }

 p { color: rgb(180,50,251); }

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

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

 a { background-color: rgb(180,50,251); }

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

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

 span { border-color: rgb(180,50,251); }

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