#B437FF

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

Shades of Blue Violet #B437FF

Tints of Blue Violet #B437FF

Color information

#B437FF (or 0xB437FF) is unknown color: approx Blue Violet. HEX triplet: B4, 37 and FF. RGB value is (180,55,255). Sum of RGB (Red+Green+Blue) = 180+55+255=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #B437FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B437FF is #4BC800. Grayscale: #727272. Windows color (decimal): -4966401 or 16725940. OLE color: 16725940.

HSL color Cylindrical-coordinate representation of color #B437FF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B437FF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18055255-
CMYK0.290.7800
HSL277.5º100%60.78%-
HSV(B)277.5º78.43%100%-
XYZ38.2419.6696.39-
YUV115.17206.91174.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 55 (21.88% from 255) = 11.22%
BLUE value IS 255 (100% from 255) = 52.04%
R=36.73%
G=11.22%
B=52.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180552550.290.7800277.510060.78
HexB437FF1D4E00116643d
Octal26467377351160042614475
Binary1011010011011111111111111011001110001000101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B437FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B437FF; }

 p { color: rgb(180,55,255); }

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

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

 a { background-color: rgb(180,55,255); }

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

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

 span { border-color: rgb(180,55,255); }

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