#B338FA

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

Shades of Blue Violet #B338FA

Tints of Blue Violet #B338FA

Color information

#B338FA (or 0xB338FA) is unknown color: approx Blue Violet. HEX triplet: B3, 38 and FA. RGB value is (179,56,250). Sum of RGB (Red+Green+Blue) = 179+56+250=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B338FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338FA is #4CC705. Grayscale: #727272. Windows color (decimal): -5031686 or 16398515. OLE color: 16398515.

HSL color Cylindrical-coordinate representation of color #B338FA: hue angle of 278.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B338FA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17956250-
CMYK0.280.7800.02
HSL278.04º95.1%60%-
HSV(B)278.04º77.6%98.04%-
XYZ37.2619.3192.21-
YUV114.89204.25173.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 56 (22.27% from 255) = 11.55%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=36.91%
G=11.55%
B=51.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179562500.280.7800.02278.0495.160
HexB338FA1C4E021165f3c
Octal26370372341160242613774
Binary10110011111000111110101110010011100101000101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338FA; }

 p { color: rgb(179,56,250); }

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

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

 a { background-color: rgb(179,56,250); }

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

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

 span { border-color: rgb(179,56,250); }

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