#B239F8

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

Shades of Blue Violet #B239F8

Tints of Blue Violet #B239F8

Color information

#B239F8 (or 0xB239F8) is unknown color: approx Blue Violet. HEX triplet: B2, 39 and F8. RGB value is (178,57,248). Sum of RGB (Red+Green+Blue) = 178+57+248=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #B239F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B239F8 is #4DC607. Grayscale: #727272. Windows color (decimal): -5096968 or 16267698. OLE color: 16267698.

HSL color Cylindrical-coordinate representation of color #B239F8: hue angle of 278.01º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B239F8 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17857248-
CMYK0.280.7700.03
HSL278.01º93.17%59.8%-
HSV(B)278.01º77.02%97.25%-
XYZ36.7719.1790.57-
YUV114.95203.09172.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 57 (22.66% from 255) = 11.80%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=36.85%
G=11.80%
B=51.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178572480.280.7700.03278.0193.1759.8
HexB239F81C4D031165d3c
Octal26271370341150342613574
Binary10110010111001111110001110010011010111000101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239F8; }

 p { color: rgb(178,57,248); }

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

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

 a { background-color: rgb(178,57,248); }

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

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

 span { border-color: rgb(178,57,248); }

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